wchar_t to char
-
Hello again :) In Unicode build,how to convert a
TCHAR
array to array ofchar
-s ? thanks -
Hello again :) In Unicode build,how to convert a
TCHAR
array to array ofchar
-s ? thanks -
I thought there might be the API UnicodeToAscii, but not for C++ / MFC ...
Maxwell Chen
-
Hello again :) In Unicode build,how to convert a
TCHAR
array to array ofchar
-s ? thanksuse WideCharToMultiByte Amar:)
-
I thought there might be the API UnicodeToAscii, but not for C++ / MFC ...
Maxwell Chen
Maxwell Chen wrote:
I thought there might be the API UnicodeToAscii, but not for C++ / MFC ...
There is are classes
CW2A
,CA2W
.
Nibu thomas A Developer Programming tips[^] My site[^]
-
Maxwell Chen wrote:
I thought there might be the API UnicodeToAscii, but not for C++ / MFC ...
There is are classes
CW2A
,CA2W
.
Nibu thomas A Developer Programming tips[^] My site[^]
Nibu thomas wrote:
There is are classes CW2A, CA2W.
You forgot to mention that these are ATL macros.
"The largest fire starts but with the smallest spark." - David Crow