Communications with DDE

  • Thread starter =?iso-8859-1?q?jonathan=20hunt?=
  • Start date
?

=?iso-8859-1?q?jonathan=20hunt?=

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.
Is there another method for this purpose?
With all my thanks.
 
P

Peter Hansen

Please don't post using HTML. It makes the messages hard to read
for many people. This is Usenet (or the mailing list), not the web.
 
P

Peter Hansen

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 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Python and DDE 0
DDE vs. COM for Python Windows apps 1
DDE Module for Python 3.1.2 3
im.py: a python communications tool 44
Secure internet communications 0
DDE 1
DDE syntax help 0
DDE error Poke Failed 0

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,194
Latest member
KarriWhitt

Latest Threads

Top