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. Qt 5.6.2 msvc2013 vs. msvc2015
QtWS25 Last Chance

Qt 5.6.2 msvc2013 vs. msvc2015

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 869 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.
  • S Offline
    S Offline
    stvokr
    wrote on last edited by
    #1

    Hello,

    I have a question concerning the runtime dlls of Qt 5.6.2.
    What are the differences between msvc2013 and msvc2015, both for Qt 5.6.2?
    Can I compile a program with msvc2013 and run it on another PC with Qt msvc2015 dlls and vice versa?

    regards,
    Oliver

    jsulmJ 1 Reply Last reply
    0
    • S stvokr

      Hello,

      I have a question concerning the runtime dlls of Qt 5.6.2.
      What are the differences between msvc2013 and msvc2015, both for Qt 5.6.2?
      Can I compile a program with msvc2013 and run it on another PC with Qt msvc2015 dlls and vice versa?

      regards,
      Oliver

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @stvokr msvc2013 Qt is compiled using msvc2013 C++ compiler, msvc2015 Qt is compiled using msvc2015 C++ compiler.
      You cannot mix libraries/binaries built with different compilers in same program.
      If you compile your program with msvc2013 then it must be used with msvc2013 Qt DLLs.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • S Offline
        S Offline
        stvokr
        wrote on last edited by
        #3

        I was afraid of that, just wanted to make sure. Thx.

        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