Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Deploying not possible anymore. Not dynamically, nor statically. Qt 5.0.2

$
0
0
Hi guys :-) The last few days i tried to get our project deployed again. Until then i managed to find the right dll’s to get it running on other systems than the developer-machine, which is good enough. After i’ve changed a few things over the last weeks or so, i decided to deploy a new version for production use and stumbled upon an error message after i’ve started the program on another machine than the development machine. “This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information” this clearly was some missing .dll for me, so i restarted my (previously) successful approach to copy every qt-dll i could find into the program folder. (i also copied some plugins like the one for the windows platform in the subfolder(s)) But nothing of this didn’t work. I tried it on a few other non-developer machines, but still the same error message. I started to look with tools like procmon to find out which files the .exe tries to access… but no success here, everything seemed more or less okay. I also recognized the title bar of the error message: “Microsoft Visual C++ Runtime Library”. As far as i understand it, these libraries shouldn’t be used when i compile it with mingw… (which is done, because i also started the compile process manually to check the (success) of the transition to a static build. I used Qt 5.0.1, mingw32 on win7 64bit. (Yesterday i tried everything with 5.0.2 too. Even on a second, freshly installed machine) Any guesses how i can get my application running again? (I want to say it again: It works perfect on my developer machine)

Viewing all articles
Browse latest Browse all 2113

Trending Articles