Cl is not organized
-
Hello. I have VS 2013 Express, Windows SDK and this error when trying build app (cl is not organized)
On mingw i have error "this application has requested the runtime to terminate it in an unusual way c++" therefore i trying use vs.
Please help.
-
i am not familiaresid with MSVS,
but i think it is a toolchain problem
go to Tools> Options >Build & Run , and check if QtCreator has detected the toolchain (Qt , compiler, debugger ..) if so check if they are compatible with the Qt version you are using ,good luck ,
-
@PanKamil897 said:
Hello. I have VS 2013 Express, Windows SDK and this error when trying build app (cl is not organized)
On mingw i have error "this application has requested the runtime to terminate it in an unusual way c++" therefore i trying use vs.
Which Qt package did you install?
You must use the compiler that Qt was built with.
-
@JKSH I choose default, nothing change. On MINGW i have ""this application has requested the runtime to terminate it in an unusual way c++" therefore i trying use vs." on other PC without mingw/qt
I don't know what doing.. Very please help
-
@PanKamil897 said:
I don't know what doing.. Very please help
Ok. The most straightforward thing to do is:
- Uninstall all copies of Qt, Qt Creator, and MinGW from your system.
- Download and install http://download.qt.io/official_releases/qt/5.4/5.4.1/qt-opensource-windows-x86-mingw491_opengl-5.4.1.exe
- Open Qt Creator.
- Try to build a very simple app.