开发者

createthread in WinCE

开发者 https://www.devze.com 2022-12-26 21:49 出处:网络
I have this code written in MFC as a win32 application: CZoneThread* pThread= new CZoneThread( sZoneInfo );

I have this code written in MFC as a win32 application:

CZoneThread* pThread = new CZoneThread( sZoneInfo ); pThread->CreateThread();

Here, CZoneThread is a开发者_开发百科nother class.

Will this code work correctly in WinCE as well?


Well you could always try it - that would be a way to test it for yourself. But yes, that will work fine under CE (well as fine as MFC ever works anyway).

0

精彩评论

暂无评论...
验证码 换一张
取 消