std::string tmp = " tracks " + inPath + " 1:" + outPath; LPWSTR appParams = new wchar_t[tmp.size()+1]; copy( tmp.begin(), tmp.end(), appParams ); ...
確定! 回上一頁