Page 1 of 1

GlobalSharedMemory question

Posted: Thu Apr 28, 2005 9:44 pm
by ricardo
Hi

Im using Ring's GlobalSharedMemory trying to comunicate a service with a normal app (not service).

If service starts first and create the GlobalSharedMemory, then the app crash when trying to create it.

If app starts first, then everything goes fine and im able to intercomunicate.

How can i avoid this?

Thanks in advance