> If you call SysCreateMutexSem() only once then you are at > least not affected by the problems we are discussing today. > Apparently you do not call SysOpenMutexSem() because then you > would get a segmentation fault when using the returned handle > in a subsequent call to a mutex function.
Correct .. in the application (MemoWiki) I use only [Sys]Create[MutexSem], Request, and Release. Mike ------------------------------------------------------------------------------ The Windows 8 Center In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
