Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DDE server
#1
DDE server receives DDE actions (Execute, Poke, Request) from applications that can work as DDE clients (send these actions). For example, run a macro when a client requests it. Clients also can be other threads in same process.


Attached Files
.qml   DDE Server.qml (Size: 8.62 KB / Downloads: 780)
#2
Hello Gintaras,

That is wonderful! However, when I run DDE_Server to try it out, I'm getting an error: "Error in __DdeServer.Start: unknown identifier." (___DdeStr).

Any suggestions?

Thanks,

Ruud
#3
Probably you use older QM version.
Install latest QM version.

Or:

in __DdeServer.Start, replace

___DdeStr sn

to

#ifdef ___DdeStr
___DdeStr sn
#else
__DdeStr sn
#endif
#4
Thank you, Gintaras. It works beautifully now!

Ruud


Forum Jump:


Users browsing this thread: 2 Guest(s)