How do I convert from a CString to a wide-character array.
wchar_t* str_name;
CString str("Hello");
How would I go about putting "Hello"
into str_name?
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Converting CString to wchar_t*Threaded View
|
Click Here to Expand Forum to Full Width |