J Jessica Dec 5, 2008 #1 Two pure c++ processes running, how can they communicate with each other? (No MFC, No DCOM, No Sockets.) J
Two pure c++ processes running, how can they communicate with each other? (No MFC, No DCOM, No Sockets.) J
B Ben Voigt [C++ MVP] Dec 7, 2008 #3 Brian Muth said: shared memory, mailslots, pipes, RPC, DDE, clipboard Click to expand... named events, window messages, global atoms, filesystem, MSMQ
Brian Muth said: shared memory, mailslots, pipes, RPC, DDE, clipboard Click to expand... named events, window messages, global atoms, filesystem, MSMQ