Hi I need to convert a std::wstring to QString and I tried the most obvious way of
std::wstring
QString
std::wstring wideString; QString qtString = QStri
This even may happen if QtCore4.lib is linked correctly. Make sure that the VS option "Treat wchar_t as built in type" is turned OFF.