HI
I need help in implementing some thread code, will CreateMutex() and then WaitForSingleObject be sufficient. Else please give me some suggestions.
Thanks
My executable will be called from another program (not mine) a number of times, possibly almost simultaneously and I would like to ensure that all instances of my program are run successfully.
Could you help?
Thanks
If you would like to synchronize processes, you thave taken the correct point with mutexes. So, go ahead, read technical documentation. There is no problems to use them. If you have one, put it right here.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.