Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
300 views
in Technique[技术] by (71.8m points)

visual studio 2013 - MSVCP120.dll missing

I compiled and linked an executable file in VS2013, and then tried to run that exe on another computer. I get this error on the other computer:

enter image description here

I read on this problem, and I saw I need to download VS2013 on the other computer to be able to execute this file. But what is the point in exe file if I need to download a VS2013 on any computer I want to run it on? Is there any normal way to execute it through the visual without go through this problem?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The MSVCP120.dll is part of the Visual C++ 2013 Redistributable package. Download and install it on the other PCs to get the program working or link the required lib via static linking.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...