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:
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... 
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
Post a Comment