Error in Release Mode, when I try to start app without run in QtCreator, DLL problem
-
Hello,
I'm using MinGW (mingw530_32) and I make my project compile in release mode. When I try to start the application I got this errors:
The program can't start because libgcc_s_dw2-1.dll is missing from you computer. Try reinstalling the program to fix
this problem.The program can't start because libstdc++-6.dll is missing from you computer. Try reinstalling the program to fix
this problem.I copy the file to same folder that in trying to run the app and I got this:
The program can't start because libwinpthread-1.dll is missing from you computer. Try reinstalling the program to fix
this problem.I copy all files to folder and try again and got this:
The procedure entry point Z21qRegisterResourceDataiPkhSO_SO could not be located in the dinamic link library C:\build\release\client.exeI really not sure how to fix it!
I'm using:
Windows 10 (64bits) with QtCreator 4.1 (Qt 5.7) and MinGW 5.3.0 32bits.
How can I fix it?