方法はありますか?私のコンピュータは AMD64 です。
::std::string str;
BOOL loadU(const wchar_t* lpszPathName, int flag = 0);
私が使用したとき:
loadU(&str);
VS2005 コンパイラは次のように述べています。
Error 7 error C2664:: cannot convert parameter 1 from 'std::string *__w64 ' to 'const wchar_t *'
どうすればいいですか?