Qt5.6 mscv14
-
Hello!
I must to compile my program with Qt mscv14 version because I use webenginewidgets And mingw doesn't support it on 5.6.
-> OkBut now, how to deploy correctly my binary...? I try to use windeployqt.exe tool and after add
msvcp140.dll, vcruntime140.dll, there is api-ms-win-crt-runtime-l1-1-0.dll missing and when I put it with my binary it's doesn't work! :(how to deploy correctly Qt binary on with msvc14 compiler ?
Thx -
That dll is part of the Visual C++ re-distributable http://download.microsoft.com/download/9/b/3/9b3d2920-49f7-4e76-a55c-d72b51e44537/vc_redist.x86.exe
-
That dll is part of the Visual C++ re-distributable http://download.microsoft.com/download/9/b/3/9b3d2920-49f7-4e76-a55c-d72b51e44537/vc_redist.x86.exe
-
Typically, your installer should use the VC redistributable module to install the appropriate runtime with your application.
See:
https://msdn.microsoft.com/en-us/library/ms235299.aspx