Page 1 of 1

How to set Multi-Threaded runtime library in eMbedded VC++?

PostPosted: Apr 7, 2004 @ 7:19am
by joke
I want to use _beginthreadex(...) function but I don't know what's lib for process.h to use with PPC and SPV. And I can't set run-time library
to Multi-Thread(old setting is CE Runtime*)

PostPosted: Apr 7, 2004 @ 4:36pm
by Kzinti

PostPosted: Apr 8, 2004 @ 10:35pm
by fast_rx
Looking at your question in the GapiDraw forum - along with Johan's answer - it appears that you use _beginthreadex() on the desktop computer and CreateThread() on the pocketPC...