tags:

views:

96

answers:

3

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?

+1  A: 

If think the functions you are looking for may be just in winbase.h

mbq
+1  A: 

MSDN will tell you what headers you need for any particular API - for instance, this page indicates CreateMutex should be brought in via windows.h

Michael
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
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
VSC
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