#ifdef _UNCODE
strExePath = std::wstring(1, szFilePath);
#else
strExePath = std::string(1,szFilePath[0]);
#endif
09-17
1114

#ifdef _UNCODE
strExePath = std::wstring(1, szFilePath);
#else
strExePath = std::string(1,szFilePath[0]);
#endif