0
votes

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

1
When you run it from QtCreator, does it run without any issues?demonplus
The problem was solved by including directory "platforms" containing qwindows.dll file to "release" directorykchrusci

1 Answers

0
votes

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