|
-
September 3rd, 2009, 06:58 AM
#8
Re: How to assign CString to wstring UNICODE compilation
 Originally Posted by 0xC0000005
std::wstring val
CString src
val = src.c_str();
CString not have the c_str() method!
error C2039: 'c_str' : is not a member of 'ATL::CStringT<BaseType,StringTraits>'
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|