J
jsideburns
Hello folks,
I have 2 different applications: an MFC/C++ one and a pure C/C++
generated from simulink. They talk to each other using UDP packets.
Problem: the communication is too slow and I want to bypass the
network card. If both processes are running on the same computer they
still need a network card so that packets can be sent to the local
host. If the network card is disabled no communication occurs.
I can't seem to use simple messages like WM_COPYDATA because the
second app has no window handle to get hold of.
The apps need to send AND receive messages between each other. The
messages themselves are small and don't vary in size.
Any suggestions at all would be appreciated.
Cheers js.
I have 2 different applications: an MFC/C++ one and a pure C/C++
generated from simulink. They talk to each other using UDP packets.
Problem: the communication is too slow and I want to bypass the
network card. If both processes are running on the same computer they
still need a network card so that packets can be sent to the local
host. If the network card is disabled no communication occurs.
I can't seem to use simple messages like WM_COPYDATA because the
second app has no window handle to get hold of.
The apps need to send AND receive messages between each other. The
messages themselves are small and don't vary in size.
Any suggestions at all would be appreciated.
Cheers js.