How to compile a file using unicode charset
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to compile cpp files using unicode charset and functions( like lstrlenW ) in console window. But I don't know the option to turn on the UNICODE. could someone help me? cl.exe \U ???
-
I want to compile cpp files using unicode charset and functions( like lstrlenW ) in console window. But I don't know the option to turn on the UNICODE. could someone help me? cl.exe \U ???
/D "_UNICODE" /D "UNICODE"