I just converted a VisualStudio Solution from VS2008+Qt4 to VS2012+Qt5.2. it went quiet smoothly, but when i used the QtVSAddon to convert the project ("convert to QVSAddon Project"), it disabled the "treat wchar_t as built-in type" option. (the option is on by default).
This results in linking errors when using std-string related methods, such as "Qstring::fromStdWcharArray" or "QString::fromStdWString". Is there any reason for that? Should i file a bug report?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest