Click to See Complete Forum and Search --> : Visual C++ General: How to make an ANSI build for Windows CE target?


ovidiucucu
June 13th, 2010, 07:27 AM
Q: How to make an ANSI build (UNICODE not defined) for Windows CE target?
A: No way. Windows CE supports only the UNICODE versions of API functions so obviously, UNICODE has to be defined.

See also:

Which Windows API functions are faster, ANSI or UNICODE? (http://www.codeguru.com/forum/showthread.php?t=469917)