Error running my application in other pc (OS: Windows 7, Compiler MinGW 4.7)
-
I successfully built my application in release mode, no run-time errors, all right. When I try run my application in other machine, adding all necessary libraries, appears a message saying that: @This application has requested the Runtime to terminate it in an unusual way...@ How can I solve this problem? What it's wrong?
Thanks -
Can you post your .pro file and the list of libraries that you deploy with your package?
Mostly when you add all the correct dlls you are there, but sometimes the error you get does not point you to the missing component...
Also have you used dependency walker to check which DLLs you need? :)
-
Also check out this + following links, this is a common issue... :o