PDA

View Full Version : error : This application has requested the runtime to terminate it in an unusual way



smemamian
13th July 2013, 20:57
hi

i have Qt 5.1.0 for Windows 32-bit (MinGW),
when i compile my program(debug) then i copy my.exe into my folder, i get this message :

9285

When trying to distribute the application to other computers, including the dll files which are needed (found them in my qt installation), I get the error "The Application has requested the runtime to terminate in an unusual way" which does not really help.

9285

The contents of my application:

9286

platforms :

qminimal.dll
qoffscreen.dll
qwindows.dll

designer:

qdeclarativeview.dll

ChrisW67
13th July 2013, 21:33
Distributing a debug version of your program, which is linked against the debug version of the Qt libraries, with the release version of the Qt libraries is not likely to work. See Application Dependencies (http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html#application-dependencies) (and the rest of that page) for a way to test that all dependencies are met.