PDA

View Full Version : running error



Mysterious
3rd November 2007, 12:37
I'm using Qt 4.3.2 open source, and after i finish building the program and try running it it displays this message:
"This application has failed to start because Mingwm10.dll was not found. Reinstalling the application may fix this problem"
even though when i run Examples and Demos the run normally

DeepDiver
3rd November 2007, 13:53
The location/path of Mingwm10.dll is not in the PATH environment variable.
You need to modify the PATH and add the dll-location:
http://support.microsoft.com/kb/310519