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
The QtCore library is not being linked into your application. Check your project settings and make sure that QtCore4.lib is in the list of included libraries and that the paths are properly set up to find it.