Visual Studio 2005 no longer supported?
-
I wanted to use QT with Visual Studio 2005, I downloaded the 4.6.3 library package, and managed to both compile and build my project (an already existing project to which I added an empty qt main window as a test) successfully. However, when I try to run it, I get the "this application failed to initialize properly 0xc0150002" error. I checked the QTGUID4.DLL and QTCORED4.DLL with a dependency walker, and they have references to MSVCP90D.dll and MSVCR90D.dll. Aren't these the runtime libraries for VS2008? Those for VS2005 have 80 instead of 90 (like msvcp80.dll).
So, is VS2005 no longer supported and should I download an older package? If yes, which one? Or was it my mistake, and I used the wrong libraries? I used this: http://mm-werkstatt.informatik.uni-augsburg.de/documents/tutorials/qt2005.pdf as a guide, maybe are there newer guides for the current version of Qt?
-
Have you tried to compile Qt library with msvs2005 compiler?
-
There is text file describing how to build it. You should run msvs console and use it for commands described in readme. AFAIR you should first run configure.exe with needed parameters and then nmake.