gfunk (5th July 2006)
Greatd link!
Any idea if Visual Studio .NET (2003) the student version would work with QT integration?
green here, thanks!
Seth
With Trolltech's VS integration? I'm not sure what the student version has stripped away. I think it would work though, you could ask Trolltech.Originally Posted by Seth
http://www.trolltech.com/products/qt...vs-integration
Software Engineer
Wow! That is an interesting link. I had been wondering how to use msvc with the open source version.
It does seem like a bit of work to just set up Qt though, and that's before even compiling the sources! If they could distribute a package that contains the Qt after it has been patched and compiled, I think that would be convenient.
As for standard code development, using open source Qt with msvc is probably better than starting out with the VS integration, because then it teaches you the underworkings, the foundations of Qt. The VS integration tends to hide it (make it easier to use), so when you run into weird problems, it can be hard to figure out what is going on.
Software Engineer
gfunk,
Yes, I am just starting out, very green, so good words above!Originally Posted by gfunk
Do you think I should take a further step back and use MinGW w/ QT4? Would that give me a better understanding of the needed underpinnings? Or should I just go ahead and try to get Qt 4 with msvc working? What long term benefits would I gain by using MinGW w/ QT4?
Thanks in advance!
Er, I have not actually tried much minGW, nor the plain MSVC/Qt without the integration. I would say, try them both, see which one you prefer, than report back :P
Actually, you should be able to ask Trolltech through email for a 2-week evaluation copy of the VS integration from Qt prior to actually getting the commercial license (which then costs like $1-2k).
The more environments you try, the better of a feel you should get for the cross-platform benefits of Qt.
Software Engineer
Seth (6th July 2006)
If you do not need Visual Studio, then I would say go ahead and use mingw. VS has a very good debugger, but I've never been impressed with the rest of it.Originally Posted by Seth
Seth (6th July 2006)
Bookmarks