Tuesday, January 12, 2016

How to distinguish wm5 and wm2003.




            


When I need to distinguish wince development version, is there a macro indicates that the current is 2003 or 5.0, other methods also OK!
Reply:
#if _WIN32_WCE & lt; 0x500
// 2003
#else
// 5.0

No comments:

Post a Comment