Qt Creator MSVC2012
-
wrote on 30 Oct 2016, 20:46 last edited by A Former User 11 Jan 2016, 15:23
Hello,
i have installed QT Creator MSVC2012. I m going to install visual studio 2012 to have compiler 64 bits.How must i configure it in Creator? and How to configure Debuger too?
thanks you -
Hi,
Qt Creator should auto detect the visual studio compiler.
For the debugger you need to first grab it from Microsoft's website.
Out of curiosity, why use such an old version of VS ?
-
wrote on 30 Oct 2016, 20:54 last edited by
i want to link Library build with visual studio 2012 (Abaqus API). Is it working with 2015? Where must i grabe debugger on Micorosoft Website?
thanks you again -
Unless it's a pure C library, no it won't. You can't mix and match compilers on Windows, they are not compatible one with the other.
It starts here.
-
wrote on 30 Oct 2016, 21:00 last edited by
so if i inderstand whath you say,
if for exemple: i have a lib build with visual studio 2012, i can't link it with 2015? -
If it's a C++ library, no you can't.
-
wrote on 30 Oct 2016, 21:03 last edited by
@SGaist ok thanks..
-
@SGaist ok thanks..
wrote on 30 Oct 2016, 21:05 last edited by@falconmaverick i made a mistake. Lib are with visual studio 2010 not 2012. Is there a version 64 bits? before i use sdk 7.1 but now i can t install it on Windows 10 (Framework error in install)
-
Depends on which version of Visual Studio 2010 you installed.
-
wrote on 30 Oct 2016, 21:15 last edited by
ok sorry again..
which one include 64 bits compiler? Ultimate? professionnal? Have you a trial version link to test?
thanks you again....again
-
All that are not Express edition. But IIRC, you can get the 64 bit compiler with the Windows SDK.
-
wrote on 30 Oct 2016, 21:23 last edited by
i will try tomorrow, thanks you for your quick answer!!!
1/12