Communications with DDE

Peter Hansen peter at engcorp.com
Wed Oct 8 07:57:56 EDT 2003


Please don't post using HTML.  It makes the message hard to
read for many people, and this is Usenet/the mailing list,
not the web.  Thank you.

jonathan hunt wrote:
> 
>   Does someone know the set of class and functions from the DDE module?
>   This module in the distribution of Python2.3 under the form of dde.pyd 
> and with two examples: Ddeserver.py and Ddeclient.py.
>   The whole set runs correctly but i search more information because i 
> want to do communicate a ddeserver written in C++ and a ddeclient written 
> in Python.

The server doesn't know what language is used for the client, and vice
versa.  Just use the Ddeclient.py example as a starting point to write
your own client.  It should work fine with the C++ server if you know
how to use DDE.

If you don't know how to use DDE, then this probably isn't a Python 
question yet, and you should be doing more research and experimenting
before you ask for help.  If you have trouble, post small examples of your
failing code and make sure to include enough detail that others can
help you out.

-Peter




More information about the Python-list mailing list