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
User contributions licensed under CC BY-SA 3.0