| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Whenever i try to rum my completed program by just double clicking the excecutable file, i get a message saying that the program will not run as it could not find the file qtcored.dll. Can someone please tell me whats going on here; should i just search for this file in the qt directory and paste it in the project file. Well i did find it in the bin qt's bin folder. Question is, why is not already in the project if its necessary. I compiled the program in visual studio using the qt4 vstudio integration. Thanks in advance for your help. _________________________________________________________________ Try amazing new 3D maps http://maps.live.com/?wip=51
keith burke schrieb: > Whenever i try to rum my completed program by just double clicking the > excecutable file, i get a message saying that the program will not run > as it could not find the file qtcored.dll. [...] This file is part of the runtime environment for Qt4. You will find it (and some others) in $(QTDIR)/bin. Just include this directory in your path or copy the DLL files in the directory where your executable is. Side note: the ...4d.dll files are the debug versions, the ...4.dll the release versions. Best regards / Mit freundlichen Grüßen Rainer Wiesenfarth -- [ signature omitted ]
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
Again, please don't use 'urgent' in the subject line. We've already had a flame war because of that yesterday. See also: http://catb.org/~esr/faqs/smart-questions.html#urgent Otherwise have a look at "Deploying Qt Applications": http://doc.trolltech.com/4.2/deployment.html -- [ signature omitted ]