QT5.10 deploys application failed in win10
-
I have follow this page link text to deploy my application in win10,but it failed when I run my app in another win7 or win8.1.
I have copy all the .dll files from C:\Qt\5.2.1\mingw48_32\bin\ and all the folders from C:\Qt\5.2.1\mingw48_32\plugins\ to my application path.
When I use the windeploy tool to deploy my app, I also get this error.
this application has requested the runtime to terminate it in an unusual way -
Hi and welcome to devnet,
You should check with Dependency Walker whether you are missing some dependencies. Maybe something from MinGW.
-
@SGaist thanks for your advise,I have used the Dependency Walker to check whether it missed some dependencies. It reported miss some windows dll files,such as api-ms-win-crt-runtime-l1-1-0.dll. when i run different computer, it reported miss different dll files.
-
@wenchaozou can you show it?