converting string to unicode wchar_t?
C / C++ / MFC
7
Posts
5
Posters
0
Views
1
Watching
-
I need to convert an ansi string to a wchar string, and I can't seem to figure out how to do this.
-
Sorry, I must have typed the wrong question. I'm trying to convert from an ansi string to unicode.
You typed the same question, so the answer will be the same Use
MultiByteToWideChar()
ormbtowc()
-
I need to convert an ansi string to a wchar string, and I can't seem to figure out how to do this.
-
You typed the same question, so the answer will be the same Use
MultiByteToWideChar()
ormbtowc()
-
I need to convert an ansi string to a wchar string, and I can't seem to figure out how to do this.