我想使用以下代码: wstring s = L"GetLockCount " + g_SpeakerAlias.c_str();
MessageBoxW(NULL, unsignedinttowstringexpression must have an integer enumeration type or an enumeration type without range restriction 我尝试连接两个wstring的方式似乎是错误的: L"GetLockCount " + g_SpeakerAlias
现在我试着像这样编译代码:std::wstring xml = getXml(); //Init string with xml document// Cannot compile, cause parseString wants only std::stringPoco::AutoPtr<Poco::XML::Document> document = parser.parseString(xml