I am working to compile some code to WinCE from Win32. It seems that process.h is not in the SDK. What can I use to replace the mutex and thread functions?
A:
mbq and Michael are correct. Look at CreateMutex for Windows CE. You can just search for your desired API using Bing or Google by writing the name of the function along with Windows CE
, like I did for this function.
The h
file you need is specified in the bottom of the page.
windows.h
does include winbase.h
under Windows CE.
Shaihi
2010-07-25 04:40:02
What the heck did you do to that google link??Edit: Nvm, your an Israeli. Please remember that the main userbase of SO is American.
VSC
2010-07-26 14:38:18
VSC
2010-07-26 14:58:46
Please remember that SO is on voluntary base so be more polite. I see you managed to decipher the link, but still failed to mark an answer.
Shaihi
2010-07-27 04:17:19