How to solved these errors? Reinstalling Qt did not solve it.
-
Hi there,
Finally, I managed to build .exe file. However, when I try to run it, I get the following errors one after another. I have reinstalled Qt multiple times. I do not think reinstalling solved the problems. Any suggestions? Thanks
The code execution cannot proceed because QtGuid.dll was not found. Reinstalling the program may fix this program.
The code execution cannot proceed because QtPrintSupportd.dll was not found. Reinstalling the program may fix this program.
The code execution cannot proceed because QtScored.dll was not found. Reinstalling the program may fix this program.
The code execution cannot proceed because Qt5Widgetsd.dll was not found. Reinstalling the program may fix this program.
-
Hi
When you want to run the .exe outside Creator then you need a deployment folder
please see the tool that helps to make it
http://doc.qt.io/qt-5/windows-deployment.html
Basically a deployment folder is just a normalk folder with the needed Qt*.DLL in it.
(those it complains about)
The tool will help copy them to the folder. -
@VBsFAN you shouldn't not reinstall Qt, the message is referring to "reinstall" your application. In this case, your application .exe is not finding the required Qt libraries on startup, so as @mrjj mentioned, you copy such files in the same folder where you run the .exe or make them available in the path.