Microsoft Visual Studio 2010 for QT 5.3.2
-
@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.
@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).
-
@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).
-
@jsulm thanks. It worked.
But I want to know what is the difference between these different names of setups?
MinGW, winRt, and openGL?@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. -
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
-
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
-
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 statusAre these known issues?
TIA