DDE desktop library

agraham

Expert
Licensed User
Longtime User
Here is a library produced at the request of user Skipper. It provides an implementation of a DDE (Dynamic data Exchange) client, server and monitor. The client can be used for communicating with DDE aware applications such as the Microsoft Office suite and together with the server can be used to implement inter-process communications for Basic4ppc desktop applications.

This library is only for use on the desktop.

EDIT:- Version 1.1 posted. See following post for details.
 

Attachments

  • DDE1.1.zip
    71.5 KB · Views: 105
Last edited:

agraham

Expert
Licensed User
Longtime User
Version 1.1 now posted supports .NET Encodings for strings so you can now transfer Unicode, or other code page, strings from the client to a server that can accept them. This may be partcularly useful for commands that can only be tranferred as strings and with the default settings are restricted to 128 character ASCII coding. I thought that there might be encodings settings for both client and server and after poking around I found them!

The server Processed property is now documented and a minor bug associated with it's use fixed.
 
Top