Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Microsoft Visual Studio 2010 for QT 5.3.2
Forum Updated to NodeBB v4.3 + New Features

Microsoft Visual Studio 2010 for QT 5.3.2

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
27 Posts 5 Posters 4.0k Views 3 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.
  • M Offline
    M Offline
    Mar_60
    wrote on last edited by
    #11

    No, I have installed visual studio 2019 as per above recommendation

    e52eb50a-4ef0-49fa-89be-2a0b0ae09c9f-image.png

    jsulmJ 1 Reply Last reply
    0
    • M Mar_60

      No, I have installed visual studio 2019 as per above recommendation

      e52eb50a-4ef0-49fa-89be-2a0b0ae09c9f-image.png

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

      @Mar_60 2019 is not compatible with 2015.
      And if you look once more at what @JKSH suggested you you will see that he suggested to use 2015.

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

      1 Reply Last reply
      1
      • M Offline
        M Offline
        Mar_60
        wrote on last edited by
        #13

        Okay. Now I am installing version 2015 Community.
        Will QT auto detect kits and compilers once the installation completed?

        jsulmJ 1 Reply Last reply
        0
        • M Mar_60

          Okay. Now I am installing version 2015 Community.
          Will QT auto detect kits and compilers once the installation completed?

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

          @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

          Will QT auto detect kits and compilers once the installation completed?

          It should. If not try to reinstall Qt.

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

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Mar_60
            wrote on last edited by
            #15

            I tried but unfortunately it didn't work.

            Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

            Will I need to install any thing else after installing QT from the above link?

            1 Reply Last reply
            0
            • M Mar_60

              @jsulm I just installed from this link: qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #16

              @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

              qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

              This link's name contains winrt. This means it is for building apps for Windows Runtime or "Metro Apps", or its successor Universal Windows Platform (UWP). It is not for building Desktop applications.

              Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

              Yes.

              I suggest that you:

              1. Uninstall all the copies of Qt/Qt Creator that you currently have
              2. Download qt-opensource-windows-x86-mingw492-5.6.3.exe
              3. Run the installer and select 2 components:
                • Qt 5.6.3 > MinGW 4.9.2 32-bit
                • Tools > MinGW 4.9.2 32-bit

              I just installed from this link

              When you run the installer, it gives you choices on which components to select. Pay close attention to the choices; don't just keep clicking "Next".

              I wrote a comprehensive "Getting Started" guide a while ago. It is a bit outdated now, but most of it should still be relevant. Please read it carefully: https://1drv.ms/w/s!AnaQjhA33g0K0lkIZPVjfsWrcPSI

              I tried but unfortunately it didn't work.

              If you need more help, please provide details.

              @jsulm said in Microsoft Visual Studio 2010 for QT 5.3.2:

              2019 is not compatible with 2015.

              MSVC 2015, 2017, and 2019 are all compatible with each other: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              M 1 Reply Last reply
              4
              • JKSHJ JKSH

                @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

                This link's name contains winrt. This means it is for building apps for Windows Runtime or "Metro Apps", or its successor Universal Windows Platform (UWP). It is not for building Desktop applications.

                Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                Yes.

                I suggest that you:

                1. Uninstall all the copies of Qt/Qt Creator that you currently have
                2. Download qt-opensource-windows-x86-mingw492-5.6.3.exe
                3. Run the installer and select 2 components:
                  • Qt 5.6.3 > MinGW 4.9.2 32-bit
                  • Tools > MinGW 4.9.2 32-bit

                I just installed from this link

                When you run the installer, it gives you choices on which components to select. Pay close attention to the choices; don't just keep clicking "Next".

                I wrote a comprehensive "Getting Started" guide a while ago. It is a bit outdated now, but most of it should still be relevant. Please read it carefully: https://1drv.ms/w/s!AnaQjhA33g0K0lkIZPVjfsWrcPSI

                I tried but unfortunately it didn't work.

                If you need more help, please provide details.

                @jsulm said in Microsoft Visual Studio 2010 for QT 5.3.2:

                2019 is not compatible with 2015.

                MSVC 2015, 2017, and 2019 are all compatible with each other: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019

                M Offline
                M Offline
                Mar_60
                wrote on last edited by
                #17

                @JKSH thanks for the reply.
                I have spend a long tine in installation but unfortunately all went in vain. Now, i just want to clear the things before starting this another try.

                I am going to install from this link now: link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                For this do I need to install any prerequisites like visual studio or anything else?

                TIA.

                jsulmJ 1 Reply Last reply
                0
                • M Mar_60

                  @JKSH thanks for the reply.
                  I have spend a long tine in installation but unfortunately all went in vain. Now, i just want to clear the things before starting this another try.

                  I am going to install from this link now: link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                  For this do I need to install any prerequisites like visual studio or anything else?

                  TIA.

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

                  @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                  For this do I need to install any prerequisites like visual studio or anything else?

                  No, this already contains MinGW compiler (GCC Windows port).

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

                  M 1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Mar_60
                    wrote on last edited by
                    #19
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                      For this do I need to install any prerequisites like visual studio or anything else?

                      No, this already contains MinGW compiler (GCC Windows port).

                      M Offline
                      M Offline
                      Mar_60
                      wrote on last edited by
                      #20

                      @jsulm And I can build and run my application written in c++? Right?

                      jsulmJ 1 Reply Last reply
                      0
                      • M Mar_60

                        @jsulm And I can build and run my application written in c++? Right?

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

                        @Mar_60 Yes

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

                        M 1 Reply Last reply
                        1
                        • jsulmJ jsulm

                          @Mar_60 Yes

                          M Offline
                          M Offline
                          Mar_60
                          wrote on last edited by
                          #22

                          @jsulm thanks. It worked.
                          But I want to know what is the difference between these different names of setups?
                          MinGW, winRt, and openGL?

                          jsulmJ 1 Reply Last reply
                          0
                          • M Mar_60

                            @jsulm thanks. It worked.
                            But I want to know what is the difference between these different names of setups?
                            MinGW, winRt, and openGL?

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

                            @Mar_60 MinGW uses MinGW which is Windows port of GCC compiler.
                            JKSH already explained what WinRT means, if you want to know more about UWP please do some research on Internet.
                            OpenGL is used by Qt for rendering QML and some other parts.

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

                            1 Reply Last reply
                            2
                            • M Offline
                              M Offline
                              Mar_60
                              wrote on last edited by
                              #24

                              Hello! Hope u all will be fine.

                              I have written a c++ code for an application. It builds fine but when I run, got this error:

                              Starting C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe...
                              The program has unexpectedly finished.
                              C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe crashed.

                              Any clue to resolve this issue?

                              TIA

                              mrjjM 1 Reply Last reply
                              0
                              • M Mar_60

                                Hello! Hope u all will be fine.

                                I have written a c++ code for an application. It builds fine but when I run, got this error:

                                Starting C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe...
                                The program has unexpectedly finished.
                                C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe crashed.

                                Any clue to resolve this issue?

                                TIA

                                mrjjM Offline
                                mrjjM Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on last edited by
                                #25

                                @Mar_60
                                Hi Hope you are fine too.
                                That is a crash.
                                Use the debugger to find out where it crashes
                                and post the code so we can help you spot it.

                                1 Reply Last reply
                                1
                                • M Offline
                                  M Offline
                                  Mar_60
                                  wrote on last edited by
                                  #26

                                  Hi,

                                  I am getting these error now when I build my code :

                                  :-1: error: cannot find -lADSDIOd
                                  collect2.exe:-1: error: error: ld returned 1 exit status

                                  Are these known issues?

                                  TIA

                                  mrjjM 1 Reply Last reply
                                  0
                                  • M Mar_60

                                    Hi,

                                    I am getting these error now when I build my code :

                                    :-1: error: cannot find -lADSDIOd
                                    collect2.exe:-1: error: error: ld returned 1 exit status

                                    Are these known issues?

                                    TIA

                                    mrjjM Offline
                                    mrjjM Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on last edited by mrjj
                                    #27

                                    @Mar_60
                                    Hi
                                    No, it just seems like a project issue.
                                    It looks like it cannot find the lib ADSDIOd

                                    did you change from release to debug and then got error or what did you do before just before it stopped compiling ?

                                    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