PDA

View Full Version : problem in debug file



idaf
19th March 2011, 13:29
i see this message when i excute .exe file in debug file
the program cant start because QtCored4.dll is missisng from computer

any onr can help me with this problem;

Octal
19th March 2011, 13:32
What's the problem ? Go to your Qt instal directory, and put the missing dll files next to your .exe

Otherwise, you should be able to directly execute your file from Qt Creator.

stampede
19th March 2011, 15:01
Maybe you didn't compile debug version of Qt libraries, check if you have QtCored4.dll, QtGuid4.dll ect. in lib subdirectory of Qt install folder. If you don't, go to Qt directory with cmd and type make debug.

squidge
19th March 2011, 15:03
You need to add the path to your Qt directory containing QtCored4.dll

My Computer->Properties->Advanced->Environment Variables