Is there a way to include the Visual C++ Redistributable in a self-contained executable? #49652
Unanswered
samuel-lucas6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several of my programs need the Visual C++ Redistributable for Visual Studio 2015-2019 because one of the libraries I'm using requires it. At present, I'm keeping a copy of the
vcruntime140.dll
file in the release alongside the executable, but is there a way to include this file in the self-contained executable?Beta Was this translation helpful? Give feedback.
All reactions