Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

QT 5.1.0 Integration with VS 2012 Cant Build Converted VS 2010 Project(LNK2038: mismatch detected for '_MSC_VER')

$
0
0
Hi there! I’m having difficulties building a project that I inherited. Specifically, it was a QT 4.8.4 project that was developed in Visual Studio 2010. I have been asked to upgrade the project and am having trouble doing so. I’m now working in Visual Studio 2012 with QT Library 5.1 but after having worked through some linker errors, I’ve now gotten one that has stumped more than just me and was hoping to find someone with some more experience in the matter! The full error: >qtmain.lib(qtmain_win.obj) : error LNK2038: mismatch detected for ‘_MSC_VER’: value ‘1600’ doesn’t match value ‘1700’ in authenticate_widget.obj I understand this is a result of a difference in compilation of some source where it is expecting one version of VS but getting another. Let me know what more information I need to provide so that I can get help in figuring out a solution! Thanks, -K

Viewing all articles
Browse latest Browse all 13965

Trending Articles