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. MSVC 2017 vs 2015

MSVC 2017 vs 2015

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 3.6k Views 2 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.
  • C Offline
    C Offline
    Crag_Hack
    wrote on last edited by
    #1

    Hi I have a quick question - is there any good reason to choose MSVC 2017 over 2015? Any relevant significant advantages? I'm using Qt 5.9.1. Also is there a 32-bit MSVC 2017? I didn't notice one in the qt online installer and would prefer to maintain 32-bit compatibility.
    Thanks!

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      I'm using Qt 5.9.1. Also is there a 32-bit MSVC 2017?

      Yes, as highlighted here. You might need to compile it yourself instead of using the pre-compiled binary.

      is there any good reason to choose MSVC 2017 over 2015?

      IDE related: https://docs.microsoft.com/en-us/visualstudio/ide/whats-new-in-visual-studio
      C++ related: https://docs.microsoft.com/en-gb/cpp/what-s-new-for-visual-cpp-in-visual-studio

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      3
      • C Offline
        C Offline
        Crag_Hack
        wrote on last edited by Crag_Hack
        #3

        Thanks VRonin. How come there's no msvc 2017 32-bit in the online installer? Also to use I need to compile myself? How does that work - do you mean to just compile using the MSVC compiler as included with Visual Studio? Is there a way to integrate it into the Qt Creator IDE?

        0_1505159441311_0e36e4a8-d59b-4597-9e5a-785813d14324-image.png

        sierdzioS 1 Reply Last reply
        0
        • C Crag_Hack

          Thanks VRonin. How come there's no msvc 2017 32-bit in the online installer? Also to use I need to compile myself? How does that work - do you mean to just compile using the MSVC compiler as included with Visual Studio? Is there a way to integrate it into the Qt Creator IDE?

          0_1505159441311_0e36e4a8-d59b-4597-9e5a-785813d14324-image.png

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @Crag_Hack said in MSVC 2017 vs 2015:

          How come there's no msvc 2017 32-bit in the online installer?

          I remember there has been a long discussion about it on the Qt mailing list, but I don't remember the outcome (and I can't seem to be able to find it now, sorry :-().

          Also to use I need to compile myself?

          Yes.

          How does that work - do you mean to just compile using the MSVC compiler as included with Visual Studio?

          Yes. There are many ways to compile Qt, the most complete guide is here. Just remember to run the 32 bit MSVC toolchain and verify that configure chose the right mkspecs.

          Is there a way to integrate it into the Qt Creator IDE?

          Yes, just go to QtC options, Build&Run, Qt Versions and add the one you compiled - browse to qmake.exe binary. Then you can add a Kit and use it as usual.

          (Z(:^

          1 Reply Last reply
          1
          • C Offline
            C Offline
            Crag_Hack
            wrote on last edited by
            #5

            More info here. See the comment link.

            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