Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Visual Studio 2005 no longer supported?
Qt 6.11 is out! See what's new in the release blog

Visual Studio 2005 no longer supported?

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 7.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    v_sz
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on last edited by
      #2

      Have you tried to compile Qt library with msvs2005 compiler?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        v_sz
        wrote on last edited by
        #3

        No, I only downloaded the binaries. I'll try it and report how it worked.

        Are there somewhere VS2005 project files to do it, or at least a cmake script to create them? The source is quite big to try to figure it out how to make it without.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • V Offline
            V Offline
            v_sz
            wrote on last edited by
            #5

            Thank you for your help, it works now. (wow, it took over 6 hours to compile and build)

            But at least you have one more enthusiastic Qt programmer.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved