Wich QT to download ?
-
Hi and welcome to devnet,
Since you want to use masm, you'll have to use one of the Visual Studio edition. Adding c++11 the latest version of VS is better so it would mean 2012. Beware that you will have to do some special configuration to build for XP with 2012.
Qt 4.8.5 already support c++11, but if you are starting fresh, you can use Qt 5.2.
Hope it helps
-
yes i do have vs 2012 license, and i made my configuration to build for win xp.
but i lately buy a book that describe the use of qt library, i was really impressive.i want to install qt on a fresh windows, my question, is that do i need to download vs compiler separately, to build my qt project, or qt will come preconfigured with all the required packages?
i spend the whole day looking for an answer, but no luck.
-
You have to install VS first, Microsoft is the only provider for Visual Studio. The right order of installation is: Visual Studio and then Qt
-
Even more: use the Qt package that corresponds exactly to your Visual Studio.
-
it works
i install qt vs 2010 on top of visual studio 2010isn't there a way to download a full qt developpement envirement, without the need of getting extra tools, like vs 2012.
i mean just download QT, install it on a fresh windows installation, and every thing will work fine ...! -
In that case, you can use the MinGW package, it come with the MinGW compiler (32bit) as well as Qt Creator and you can start hacking directly