Ask Your Question
0

visual studio 2013 - MSVCP110D.dll is missing from your computer (Windows 7 x64)

asked 2014-03-04 06:11:47 -0600

cvandert gravatar image

updated 2014-03-05 03:08:21 -0600

Recently I'm getting this error when I run a program in debugging mode. This happens after compiling with VS2012 or VS2010. It seems to be the windows debug runtime. I cannot find this dll on my computer.

I've tried reinstalling the 2010 and 2012 runtimes. Actually it may have started after I installed the windows 7 SDK.

After searching the internet I have not found a solution that works. Can anyone on this forum be of help?

cvdt

Since I'm a new user I cannot add an answer for two days, but I found a solution to my problem and thought I should give some feedback as soon as possible.

This error occurs in my case when I set the Visual Studio environment values to : $(OPENCV_DIR)\x64\vc11\bin and $(OPENCV_DIR)\x64\vc11\lib. And set the v11\bin in the PATH variable.

I'm using opencv 248 with my environment values set to $(OPENCV_DIR)\x64\vc12\bin and $(OPENCV_DIR)\x64\vc12\lib, with the PATH set accordingly.

And now all works fine. Does this suggest that the v11 library files are not good?

regards,

cvdt

edit retag flag offensive close merge delete

Comments

The problem is that you may set the wrong values with your environment and VS variables. By setting them to vc12 folders, you saying that you are using VS 2013. I'm sure that vc11 is good and it is not the cause of your problem.

tuannhtn gravatar imagetuannhtn ( 2014-03-05 03:10:53 -0600 )edit

Well it was, because it works now!!!!

cvandert gravatar imagecvandert ( 2014-03-05 03:19:30 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-04 06:53:29 -0600

Your program was built in Debug mode with VS 2012. Just find and copy that dll file from sub folder of C:\Program Files\Microsoft Visual Studio 11.0\VC\redist to the same folder as your program and it will run.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-04 06:11:47 -0600

Seen: 6,392 times

Last updated: Mar 05 '14