interprocess communication c++ windows + semaphores
My problem is that I can create and unlink a file fine with one process, but whatever method I use to try to test if the file exists with a second process screws up the unlink of the process that wrote the semaphore. Any ideas?
Or, can anyone give me a few keywords on some other type of windows interprocess communication?
thanks
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement