App cannot start, missing api-ms-win-crt-runtime-l1-1-0.dll

Hello,

I have a problem with the software I wrote in Xojo. It works without problems on Mac and Linux, but Windows version cannot start, throwing instead an error message “Could not start program, unable to find api-ms-win-crt-runtime-l1-1-0.dll” followed by “failed to locate framework”. Any idea how to fix it?

Edit: app created using Xojo 2017 r3, tried to run it on Windows 7 Pro SP1.

you need to install Visual Studio Runtime files.
See extras folder in the Xojo installation.

Thanks.