Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. The Visual Studio 2017 is released, when qt msvc2017 version release?
QtWS25 Last Chance

The Visual Studio 2017 is released, when qt msvc2017 version release?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
11 Posts 6 Posters 48.0k 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.
  • I Offline
    I Offline
    Inuyasha
    wrote on 10 Apr 2017, 07:58 last edited by
    #1

    The Visual Studio 2017 is good, but the c/++ compiler has updated. But the current version 5.8 of Qt is not support the newest Visual C++. I hope official release qt with msvc2017

    J 1 Reply Last reply 10 Apr 2017, 08:24
    1
    • I Inuyasha
      10 Apr 2017, 07:58

      The Visual Studio 2017 is good, but the c/++ compiler has updated. But the current version 5.8 of Qt is not support the newest Visual C++. I hope official release qt with msvc2017

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 10 Apr 2017, 08:24 last edited by
      #2

      @Inuyasha Qt VS2015 should work with VS2017 as far as I know. Just try.

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

      I 1 Reply Last reply 10 Apr 2017, 11:54
      2
      • J jsulm
        10 Apr 2017, 08:24

        @Inuyasha Qt VS2015 should work with VS2017 as far as I know. Just try.

        I Offline
        I Offline
        Inuyasha
        wrote on 10 Apr 2017, 11:54 last edited by
        #3

        @jsulm I know. But it need VS 2017 add-in. tools. Building Qt project on Visual Studio is slow. And Qt Creator cant't detected Visual C++ 14.0 though it's exist in my machine.

        J 1 Reply Last reply 10 Apr 2017, 12:14
        0
        • I Inuyasha
          10 Apr 2017, 11:54

          @jsulm I know. But it need VS 2017 add-in. tools. Building Qt project on Visual Studio is slow. And Qt Creator cant't detected Visual C++ 14.0 though it's exist in my machine.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 10 Apr 2017, 12:14 last edited by
          #4

          @Inuyasha If it does not detect you still can try to add manually

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

          1 Reply Last reply
          0
          • E Offline
            E Offline
            e.capasso
            wrote on 26 Apr 2017, 12:33 last edited by
            #5

            I have the same problem (kit: Desktop Qt 5.8.0 MSVC2015_64bit) but Qt Creator doesn't reveal the correct compiler of VS2017.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Chris Kawa
              Lifetime Qt Champion
              wrote on 26 Apr 2017, 14:32 last edited by
              #6

              The automatic kits setup in QtCreator is aimed at matching MSVC and Qt packages. If you want to use the prebuilt Qt 5.8.1 VS2015 package with VS2017 you can, but you need to manually set up a new kit:

              • Go to Tools -> Options
              • Make sure that on the Compilers tab there's a Microsoft Visual C++ Compiler 15.0 (amd64). If there's not there's something wrong with your VS setup. Maybe you did not selected the c++ workload in the setup.
              • Make sure that on the Qt Versions tab there's a Qt 5.8.1 MSVC2015_64bit
              • Go to the Kits tab, click Add and set it up as follows:
              1. Name: whatever you want
              2. Compiler (C and C++): Microsoft Visual C++ Compiler 15.0 (amd64)
              3. Debugger: Auto-detected CDB at <path to CDB> //if there's no such option you have not installed the debugger
              4. Qt version: Qt 5.8.1 MSVC2015_64bit

              Apply and you should be able to use this mixed VS2017+QtVS2015 configuration in your projects.

              1 Reply Last reply
              6
              • V Offline
                V Offline
                vbox
                wrote on 28 Apr 2017, 20:41 last edited by vbox
                #7

                OK. But wher we can get download/install Qt 5.8.1 MSVC2015_64bit verssion?
                For verssion Qt 5.9 MSVC2015_64bit with QtCreator the Microsoft Visual C++ Compiler 15.0 (amd64) is not compatible.
                Best regards.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Chris Kawa
                  Lifetime Qt Champion
                  wrote on 28 Apr 2017, 20:56 last edited by
                  #8

                  The easiest way is to use the online installer. Both Qt 5.8.1 and Qt 5.9 Beta 3 are available through it. Install the msvc2015 64-bit package for any of these versions.
                  If you're using VS2017 QtCreator won't make a kit for you automatically. Follow the steps I gave to create a kit manually. Qt Creator will complain (a red exclamation mark will show up next to the kit) but it will work non the less. Backwards compatibility is something new in VS2017 and QtCreator's diagnostics didn't catch up yet, but the configuration is ok.

                  V 1 Reply Last reply 29 Apr 2017, 15:28
                  2
                  • C Chris Kawa
                    28 Apr 2017, 20:56

                    The easiest way is to use the online installer. Both Qt 5.8.1 and Qt 5.9 Beta 3 are available through it. Install the msvc2015 64-bit package for any of these versions.
                    If you're using VS2017 QtCreator won't make a kit for you automatically. Follow the steps I gave to create a kit manually. Qt Creator will complain (a red exclamation mark will show up next to the kit) but it will work non the less. Backwards compatibility is something new in VS2017 and QtCreator's diagnostics didn't catch up yet, but the configuration is ok.

                    V Offline
                    V Offline
                    vbox
                    wrote on 29 Apr 2017, 15:28 last edited by
                    #9

                    @Chris-Kawa - Thanks for your reply.
                    You are right. It works. One remarque: online installer have only verssion 5.8.0-1, not 5.8.1.
                    Best regards

                    C 1 Reply Last reply 29 Apr 2017, 15:31
                    0
                    • V vbox
                      29 Apr 2017, 15:28

                      @Chris-Kawa - Thanks for your reply.
                      You are right. It works. One remarque: online installer have only verssion 5.8.0-1, not 5.8.1.
                      Best regards

                      C Offline
                      C Offline
                      Chris Kawa
                      Lifetime Qt Champion
                      wrote on 29 Apr 2017, 15:31 last edited by
                      #10

                      @vbox said in The Visual Studio 2017 is released, when qt msvc2017 version release?:

                      One remarque: online installer have only verssion 5.8.0-1, not 5.8.1.

                      Right, sorry, there are so many current versions now that I got it mixed up ;) The info applies the same though.

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        PiEnthuSiastIOT
                        wrote on 22 Jul 2017, 17:31 last edited by
                        #11

                        I keep getting the

                        [1] - Project ERROR: No UCRTVersion found in environment.

                        error while configuring the project in vs 2017. please help!

                        1 Reply Last reply
                        1

                        • Login

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