[Solution found!] 根据CodeGuru: CString至std::string: CString cs("Hello"); std::string s((LPCTSTR)cs); 但是: std::string不能总是从构造LPCTSTR。
確定! 回上一頁