Windows Runtime debugger
-
I am developing a software with QTable and want the rows/columns to populated with the imported text file. When I run it, it gives me an error that there is no windows runtime debugger and then ask me to use my Visual studio.Net to debug it. Can someone help? Also is there a 64bit compiler available?
-
Hi and welcome to devnet,
What version of Qt are you using ? Which package did you install ?
Yes there are several, Visual Studio provides both 32 and 64 bit compilers, MinGW also
-
Hi, I am using 5.3.2. I installed MINGW32, 64 compiler as well but only MINGW32 works and it gives the debugging error as well
-
Did you install the Qt MinGW package or are you using a custom build ?
-
I installed MinGw4.8.2(32bit) under 5.3. I believe that is custom build because I didn't install MinGW for previous Qt versions. Do I need to install all the MinGW from previous versions? I also installed msvc2012 32-bit Open GL, msvc2013 32-bit Open GL , msvc2013 64-bit Open GL but none of these come with a compiler. I installed all the source components. Under Tools I installed only MinGW 4.8.2 and not MinGW 4.7 and 4.8.
-
No, don't install several MinGW versions in parallels. This is often a source of problems.
The simplest thing is to do is only install the MinGW provided with Qt.
As for the MSVC version it's normal, Visual Studio must be downloaded from Microsoft's website.
In your case, I'd fist cleanup everything and install again the MinGW version.
-
The MSVC 2013 both 32bit and 64bit OpenGlL doesn't have a compiler. How do I get that installed?
-
Like I wrote, download it from Microsoft's website
-
I did download it but it works with msvc2012 32bit only.
-
Did you install both version of Qt ?
-
I installed Qt 5.3.2 and I have a copy of the enterprise evaluation installed as well.
-
Did you install both Qt for 32 and 64 bit ?
-
I installed the Qt from the main page using the windows installer and it doesn't distinguish whether is 32bit or 64bit.
-
Do you mean you used the online installer ?
-
Yes I did. I installed VS2013 express/ VS2012 Ultimate and the error for "make" stopped. But I am getting this error":-1: error: LNK1104: cannot open file 'glu32.lib'" when I try to compile.
-
IIRC it's part of the windows SDK