Portal
Search
LA
QM
Hello There, Guest!
Login
Register
Login
Username:
Password:
Lost Password?
Remember me
LA/QM forum
›
Quick Macros
›
QM extensions
DDE server
Thread Rating:
0 Vote(s) - 0 Average
1
2
3
4
5
DDE server
Gintaras
Administrator
Posts: 12,073
Threads: 140
Joined: Dec 2002
#1
03-19-2011, 07:41 AM
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
DDE Server.qml
(Size: 8.62 KB / Downloads: 886)
Website
Find
trader
Junior Member
Posts: 6
Threads: 2
Joined: Mar 2011
#2
03-20-2011, 05:45 PM
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
Find
Gintaras
Administrator
Posts: 12,073
Threads: 140
Joined: Dec 2002
#3
03-20-2011, 05:55 PM
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
Website
Find
trader
Junior Member
Posts: 6
Threads: 2
Joined: Mar 2011
#4
03-21-2011, 11:27 AM
Thank you, Gintaras. It works beautifully now!
Ruud
Find
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
LibreAutomate C#
-- Help (LA)
-- Shared C# code
-- Ideas (LA)
-- Bugs (LA)
Quick Macros
-- Help (QM)
-- QM extensions
-- Shared QM code
-- Development (QM)
---- Ideas
---- Bugs
Other
-- Info
-- Other
Users browsing this thread: 1 Guest(s)
Linear Mode
Threaded Mode