[SOLVED]Problem with executing my application in an other machine
-
I run my application in release mode and add all required dll from mingw bin folder to .exe folder but I got an error : Microsoft C++ Runtime Library this application has requested the runtime to terminate it in an unusual way , I can't understand what is wrong .
I googled this error and find that it is may be related to QT 5.0.1 and that it can be resolved if I change the SDK to 4.8 but I'm afraid to lost all my work , please help me !
-
Did you also add the plugins/platforms/qwindows.dll and plugins/platforms/qminimal.dll into a platforms/ directory?
See for example http://qt-project.org/forums/viewthread/23367/