c++ - How to run a Qt executable file dependent on .dll files? -


so i've finished qt application, , need implement testing using squish testing application (first time using). apparently require working exe file, can't executable run. added .dll files same directory, error: enter image description here

prior getting errors saying xxxx.dll missing, said, i've added them directory. i've tried using both debug , release builds of project same results. i've tried building stand-alone executable, has it's own problems (one thing @ time). program runs great in qt creator , vs2013...just not on own.

any solutions this?

edit: dependency walker... enter image description here

0x7b error code invalid image format.

you're either trying run 64-bit application on 32-bit system, or linking 64-bit library (ie copied wrong dlls).

or binaries corrupted.


Comments

Popular posts from this blog

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

c# - Specify IP End Point in FiddlerCore -