You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Hello,
I've been able to successfully compile and run the samples on my Windows 10 x64 machine.
However, when I try to run a compiled executable on another Windows 10 x64 machine that doesn't have any prerequisites for compilation installed (i.e. Visual Studio 2019), it says that the executable cannot be started because the VCRUNTIME140_1.DLL is missing.
So is there any way to run compiled executables on "unprepared" systems (e.g., somehow embedding this library in executable or not binding to it)?
Hello,
I've been able to successfully compile and run the samples on my Windows 10 x64 machine.
However, when I try to run a compiled executable on another Windows 10 x64 machine that doesn't have any prerequisites for compilation installed (i.e. Visual Studio 2019), it says that the executable cannot be started because the
VCRUNTIME140_1.DLL
is missing.So is there any way to run compiled executables on "unprepared" systems (e.g., somehow embedding this library in executable or not binding to it)?
P.S. I also found this issue https://bugs.openjdk.java.net/browse/JDK-8242468 but I can't say for sure if it's related.
The text was updated successfully, but these errors were encountered: