hello,
being tired of always having to run QT Creator in order to execute my app i want to “deploy” (as they fancy call it) it on windows. My first thought? double click the mother-effer. Libs missing. So i copied them all (as seeing windows throwing error messages). I added the MSVC++ lib (for no apparent reason mingw32 requires it – or so google told me). And now i get this:
Runtime Error!
Program: my program.exe
This application requested the runtime to terminate in an unusual way.
Pls contact the applications suport team for more information.
i contacted myself, then contacted google again, read a lot, couldn’t find any usefull answer.
i even copied my exe file into Qt creator\bin folder where all the dlls are and yet another interesting error occured:
no input procedure (or sth like that) in _Z17qt_message_output9QtMsgTypeRK18QMessageLogContextRK7QString in Qt5Core.dll
plus i’m not interested in building qt in static mode, i’d be more the satisfied with just copying the neccessary libs in the exe containing folder,
plus2 dependency walker only warned my about missing msjava.dll which i’m to ignore as google suggested, not any other clues from him,
any ideas?
and if anything, please use simple language – like dont ask me what compiler my ICU was compiled with… keep it simpler then that please
↧