I'm looking to create a win32 application in Qt Creator - is this possible? If so, how would I go about doing it? My preference would definitely be to use native C code (and the native API) if possible.
-
It has absolutely no sense to use cross-platform IDE for native, win-only development. Why don't you use Express version of MS Visual Studio instead? It is also free. This would be much more comfortable and productive way in your case...vitakot– vitakot2012-02-21 22:48:04 +00:00Commented Feb 21, 2012 at 22:48
-
1Trust me, I was going to go that route. Until I found out that their C compiler (from my experience) wasn't very good...I spent hours trying to figure out how to tweak it to what I was looking for and it still wouldn't build my code! Qt Creator builds it fine, however. Now, I need to just figure out how to link win32 apps and use their WinMain function as my entry point.zeboidlund– zeboidlund2012-02-21 22:49:56 +00:00Commented Feb 21, 2012 at 22:49
-
1@vitakot: Well, I am doing Windows only development using Microsoft's compilers and Qt Creator as an IDE. I find that writing code is much more pleasant using Qt Creator.user362638– user3626382012-02-21 22:55:47 +00:00Commented Feb 21, 2012 at 22:55
-
Agreed. For one, you're able to actually choose what compiler to use...zeboidlund– zeboidlund2012-02-22 01:25:25 +00:00Commented Feb 22, 2012 at 1:25
Add a comment
|