SendMessage between applications C++

E

Edgard Lima

How can I send messages between 2 application passing the adress (pointer)
of a structure ?

I'm using SendMessage but when the message reaches the second application
the pointer to the structure doesn't points to the right place?

How can I create a memory adress space that can be shared by both
applocation?

thanks
Edgard Lima
[email protected]
 
Top