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 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