ANSI versions for Win API functions
Mobile
3
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, Does somebody how can I use ANSI versions of WinAPI? For example: ExtTextOutA (not ExtTextOutW) Well I tried, compiling was ok, but the linker said that can't find ExtTextOutA. P.S. Windows Mobile 5.0 native, VS 2005 SP1.
Windows Mobile is based on Windows CE OS, which was Unicode based from day one. The ANSI versions aren't available.
-
Windows Mobile is based on Windows CE OS, which was Unicode based from day one. The ANSI versions aren't available.