Quote Originally Posted by 0xC0000005 View Post
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>'