Diffs between WCE211 and WCE200 Time-stamp: <08/05/01 20:17:37 keuchel@w2k> WCE200 uses msvcrt.dll/msvcrt.lib. Must compile with -MD, otherwise wrong double compare routines are generated by the compiler, which results in link errors. -MD generates a warning, dont know why. It MUST be used. Programs compiled for WCE200 usually run on WCE211, when you copy msvcrt.dll to the device - and dont use GetVersionEx() directly. There is absolutely no stdio. stdio.h does not exist in the SDK. sprintf etc is not available. I use BSD routines. Fewer ansi functions are supported. ---------------------------------------------------------------------- GetModuleHandle() Not supported. Why? ---------------------------------------------------------------------- GetVersionExW() There is GetVersionEx(), which is effectively wide. Maybe MS forgot to add 'W'. ---------------------------------------------------------------------- atof() Not supported. ----------------------------------------------------------------------