Program built by Qt 5.13 + MSVC2017 cannot run in windows 7 32 bit

-3

I have a project for QT5.13 with MSVC 2017 32 bit, and the program run in windows 10 perfectly. But since I copy the program and its dependency to windows 7 sp1 32 bit, the system report API-MS-WIN-CORE-xxx-x-x-x.dll missing. Finally I downloaded those dll for windows 7 one by one, the program still run failed(0xc0000142). I tried to run the program with Dependency Walk, only get the error message:

Failure start the process XXXXXXXXXXXX(740).

Is there any way to run program in windows 7 which is built with QT5.13+MSVC2017

windows-7
qt5
msvcrt
asked on Stack Overflow Mar 2, 2020 by Yawen Jiang • edited Mar 2, 2020 by Yawen Jiang

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0