createthread in WinCE
Posted
by ame
on Stack Overflow
See other posts from Stack Overflow
or by ame
Published on 2010-04-16T13:40:39Z
Indexed on
2010/04/16
13:43 UTC
Read the original article
Hit count: 419
I have this code written in MFC as a win32 application:
CZoneThread* pThread = new CZoneThread( sZoneInfo ); pThread->CreateThread();
Here, CZoneThread is another class.
Will this code work correctly in WinCE as well?
© Stack Overflow or respective owner