If you're using LPCWSTR in the first place, you should also be using std::wstring rather than std::string. Then you can just use the c_str() ...
確定! 回上一頁