The application was unable to start correctly (0xc000007b)
-
Hi,
I install windows 10 and Qt 5.7 (32 bit) and Visual Studio 2015.
Earlier in Windows 8.1 and Qt 5.6 (32 bit) and visual studio 2013, evry thing is ok and I can run project in any computers with any windows.I build project (Release build) and run windeployqt from msvc2015 folder,
I released my project and install "Visual C++ Redistributable for Visual Studio 2015" in destination computer but I can run it just in windows 7 32 bit (I can not run in windows 8.1 64 bit),.exe file run in my computer but in another computers (with windows 8.1 64 bit) I receive errors for not found
api-ms-win-crt-heap-l1-1-0,
api-ms-win-crt-math-l1-1-0,
api-ms-win-crt-runtime-l1-1-0.
After add that dll I have this error:
The application was unable to start correctly (0xc000007b)Of course it works well on Windows 7 (32 bit).
-
Hi,
Might be a silly question but did you install the 32bit vcredist on the 64bit Windows ?
-
Do you have any external dependencies ?
-
Try check this:
https://support.microsoft.com/en-us/kb/2999226
"Microsoft Visual Studio 2015 creates a dependency on the Universal CRT when applications are built by using the Windows 10 Software Development Kit (SDK). You can install this update on earlier Windows operating systems to enable these applications to run correctly."