[SOLVED]This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
-
I am using QT 5.5(MinGW) . I am using Qt framework installer for creating the setup exe . In my data folder i have added all the necessary dll . My computer has QT installed when i run the setup file in my computer the exe works fine.
If i run the exe in other computer without QT it throws me errror.Microsoft Visual C++ Runtime Library --------------------------- This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. --------------------------- OK ---------------------------
I followed this step to add dependencies .
I have added following dlllibgcc_s_dw2-1.dll libstdc++-6.dll libwinpthread-1.dll Qt5Cored.dll Qt5Guid.dll Qt5Svgd.dll Qt5Widgetsd.dll d3dcompiler_47.dll libEGL.dll libGLESv2.dll Qt5Core.dll Qt5Widgets.dll qwindows.dll
what is icu ?i still added icudt54.dll icuin54.dll icuuc54.dll
I still get same error.
What am i missing .. is there anything missing in my steps?? -
Hi,
First strange thing, you are mixing debug and release dlls and the platform plugin doesn't seem to be at the right place. You should try windeployqt which should make the task way easier.