Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    How to install VS2008 and VS2010 versions side by side

    General and Desktop
    2
    2
    3532
    Loading More Posts
    • 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.
    • G
      GreenQ last edited by

      I have installed both Visual Studio 2008 and Visual Studio 2010 on the same PC. Now I not so sure ho to install corresponding QT library versions on that PC. Any help is appreciated.

      Also, what is the difference between VS2008 and VS2010 versions of the library? Do I really need to install both? Maybe I could just use Visual Studio plugin that integrates both versions of Visual Studio with QT?

      Thank you!

      1 Reply Last reply Reply Quote 0
      • G
        goetz last edited by

        To install both versions, give one or both of them a different installation directory (the default is C:\Qt\4.8.0).

        There is no difference regarding functionality. There are technical reasons (ABI and name mangling, for example) that make libraries compiled for one version of Visual Studio incompatible for another version (this holds true for all versions). There are some dirty tricks to make it work, but it's highly recommended to use libs built against the respective MSVS versions.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • First post
          Last post