Qt Forum

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

    Call for Presentations - Qt World Summit

    Solved Qt 5.6.2 msvc2013 vs. msvc2015

    General and Desktop
    2
    3
    737
    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.
    • S
      stvokr last edited by

      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

      jsulm 1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @stvokr last edited by

        @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 Reply Quote 2
        • jsulm
          jsulm Lifetime Qt Champion @stvokr last edited by

          @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 Reply Quote 2
          • S
            stvokr last edited by

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

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