Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to install VS2008 and VS2010 versions side by side

How to install VS2008 and VS2010 versions side by side

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 3.7k Views
  • 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 Offline
    G Offline
    GreenQ
    wrote on last edited by
    #1

    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
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      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
      0

      • Login

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