When I run the program from IDE (VS2008) it works perfectly. When I want to launch it from Windows Commander it doesn’t work because it needs DLL that wasn’t found. Used both debug and release builds.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make sure the Qt DLL’s are in your
PATH. Two simple solutions are:EXE‘s directory.%WINDOWS%\System32(e.g.C:\WINDOWS\System32) (possibly unsafe, especially if you install another versions of Qt system-wide. Also, requires administrative privilages).