Jump to content
Dzirt

Communication between processes (IPC)

Recommended Posts

Hello, please, can you point me to the inter-process communication example. I need to send data between processes: simple data, if it is possible, streams, custom objects. I am using OmniThreadLibrary to do all this to communicate between threads, if it is possible to do with processes?

Thanx in advance!

Share this post


Link to post
23 hours ago, Primož Gabrijelčič said:

from Microsft site:

 

" [Network DDE is no longer supported. Nddeapi.dll is present on Windows Vista, but all function calls return NDDE_NOT_IMPLEMENTED.] "

  • Thanks 1

Share this post


Link to post

Another alternative for IPC on a single computer is the WM_COPYDATA message, see Using Data Copy.

3 hours ago, Jacek Laskowski said:

from Microsft site:

 

" [Network DDE is no longer supported. Nddeapi.dll is present on Windows Vista, but all function calls return NDDE_NOT_IMPLEMENTED.] "

Network DDE across multiple computers is no longer supported, but Local DDE on a single computer is still supported.

Edited by Remy Lebeau

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×