c++ - Thread for Win32 and WinCE platform -


i trying write simple console application needs work on both win32 , wince(6.0). i`m using visual studio 2013 develope win32 console application. same application work wince?

also i`m creating threads using _beginthread, compatible wince? other like, assert.h, process.h, iostream, sstream, map, deque, vector, list

can on this?

will same application work wince?

i developing application compiled both on desktop , (among others) on windowsce 5.0 (using standard sdk). possible, have remember windowsce api subset of desktop api. using visual studio 2005, thought windows ce development available vs2008.

also i`m creating threads using _beginthread, compatible wince?

no, have abstract out thread creation (even define), use createthread under windows ce.

assert.h, iostream, sstream, map, deque, vector, list

yes, full stl available - can use stlport. depending on device might not have console on it, @ least work on devices std::cout not available.

process.h

no, @ least under wince 5.0


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -