.exe file doesn’t start
-
I have no explanation for your problem.
I am running windows 7 64 bit, but with msvc2005. So starting your exe results in an error message that mingw*.dll is missing. That was clear.
Compilation and starting in the msvc starts in the debugger normally, a browser appears. Starting the exe externally the same thing. No problems at all.Maybe you have some problems with the installation and should reinstall.
-
Ok.
Should I consider some important points?
Or just reinstall? -
I guess that this might be a problem with the mingw compiler installation. However, I do not have any experience there. Maybe there are some environment settings (like path), which you have not seen during installation. Maybe there are others. So watch out for any details there and follow. But those are only blind guesses.
-
Ok I'll try later when I'm home.
Thanks (: -
Now I reinstalled QtCreator.
The projects which run in the command prompt are working but the GUI projects not.
The GUI doesn't show up.Someone an idea?
-
Hi there,
I am wondering why you installed only qt creator but not the whole suite?
Since in the creator was working, but it did not outside there must be probably something with the normal setup.
Speaking about the environment. Do you have an version of Qt installed? Or do you have an application using old Qt libs installed? However, you should see an error message then, but that might be a reason. -
you reinstall it
-
Sorry I meant i reinstalled the whole QtSDK kit
-
Push Push Push
Still got the problem! -
Yes, i got the same problem.
I have a desktop open gl project and i'm trying to deploy it for windows.
I copied all required .DLL files next to the .exe file. (Release build)
The program starts and runs fine on my workstations but only on machines which have Qt5 Desktop OpenGL(self compiled) installed!
Other machines (even those who have the normal Qt5.0.0 installed) wont start the program! It starts and stops again and you don't see anything. Sometimes one can see the window frame and then the application crashes... Do i miss smth.? -
@Giver_Kdk thats a very old thread here, and copying dll's by hand is usually the wrong and error prone way to deploy your qt application.
Qt offers - officially - for Windows the
windeployqt
tool and for macOSmacdeployqt
tool:
https://doc.qt.io/qt-5/windows-deployment.html
https://doc.qt.io/qt-5/macos-deployment.html#macdeployfor linux, you actually have to do it by hand
https://doc.qt.io/qt-5/linux-deployment.html
or use the unofficial linuxdeployqt tool
https://github.com/probonopd/linuxdeployqt