Whenever I try to execute an application outside Qt, i.e through Build folder, it gives an error that qt3cored.dll not installed on your system. I downloaded the .dll file but I am unable to know how to install it. Can someone help me with this?
Whenever I try to execute an application outside Qt, i.e through Build folder, it gives an error that qt3cored.dll not installed on your system. I downloaded the .dll file but I am unable to know how to install it. Can someone help me with this?
It is part of Qt3 and should be installed when you installed Qt3. When you deploy the application all the relevant/used Qt3 DLLs should go with the application, typicaly in the same folder as the exe or on the system path. How Windows searches for DLLs is well documented and easily located with 5 seconds of Google-fu.
The DLL also appears to be debug version, and you should be aiming to deploy a release build of your application.
Edit: The title and the content of your post do not match. The title implies a Qt5 DLL and your post gives a Qt3 DLL. Either way, the solution is the same
Last edited by ChrisW67; 21st December 2013 at 06:04.
Bookmarks