PDA

View Full Version : DLL missing problem



greatfog
19th January 2011, 03:24
Following the instruction, I tested my first QT C++ application: TextFinder. It worked fine within IDE. However, after I close the IDE and run the .exe file, it failed and the error message said: minwm10.dll is missing. I guess I missed some important steps. Can some one give me some advice how to solve the problem?
Appreciate!

.:saeed:.
19th January 2011, 05:20
First you should be in release mode in Qt Creator.
Second , You should search your Qt path( mine : C:\Qt\4.7.0 ) to find mising *.dll . Then copy them beside your exe file

ChrisW67
19th January 2011, 06:18
See also the thread: http://www.qtcentre.org/threads/37924-exe-Build-Issues