Answer the question
In order to leave comments, you need to log in
How to solve the problem "Starting is not possible. Missing MSVCP140.dll"?
Wrote the program in Visual Studio. It works on my computer. Apparently this dll was installed with VS. But for other people, the program does not start. Is it possible to somehow compile the program so that it does not require this library?
Answer the question
In order to leave comments, you need to log in
Three ways:
1) Using DependencyWalker, find the exact list of required DLLs, find it in your own place and add it to EXE.
2) Install the required VC++ Redist.
3) Static linking.
You need to install Visual C++ Redistributable for Visual Studio 2015 .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question