kchrusci
kchrusci

Reputation: 1

How to run executable file on Windows 7, which has been created as an relaese by Qt Creator version 5.0.2?

The main issue of the problem is that application is crashing with error "This application has requested the Runtime to terminate in an unusual way" After including all of the files as: D3DCompiler_43.dll, icuuc49.dll, icuin49.dll, libEGL.dll, libstdc++-6.dll, libwinpthread-1.dll, libGLESv2.dll, Qt5GUI.dll, Qt5Core.dll, Qt5Widgets.dll, and also creating directory named platforms containing qwindows.dll and qminimal.dll

Upvotes: 0

Views: 80

Answers (1)

Vivian De Smedt
Vivian De Smedt

Reputation: 1029

You can use Dependency Walker (http://www.dependencywalker.com/) to verify that you have copied all the needed Dlls.

Upvotes: 0

Related Questions