Ask Your Question
1

error with opencv installation. missing file MSVCR100D.dll

asked 2013-05-03 03:01:41 -0600

mrandante gravatar image

updated 2013-05-03 03:31:03 -0600

Hi, I followed this guide: http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#how-to-build-applications-with-opencv-inside-the-microsoft-visual-studio

but error happened

"The program can't start because MSVCR100D.dll is missing from your computer. Try reinstalling the program to fix this problem"

then i downloaded and copied that file into the working directories but error is still there. It reads:

'OpenCVTest.exe': Loaded 'C:\Users\xxxxxx\Documents\Visual Studio 2008\Projects\OpenCVTest\Debug\OpenCVTest.exe', Symbols loaded.
'OpenCVTest.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
'OpenCVTest.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'OpenCVTest.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
'OpenCVTest.exe': Loaded 'C:\opencv242\build\x86\vc10\bin\opencv_core242d.dll'
'OpenCVTest.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll'
The program '[6028] OpenCVTest.exe: Native' has exited with code -1073741515 (0xc0000135).

Could anyone help me? Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-05-03 03:10:02 -0600

berak gravatar image

you say you're using vs2008, so why are you trying to link against the prebuild vs2010 libs ?

adjust your "additional library dirs" so that it points to "C:\opencv242\build\x86\vc9" instead of C:\opencv242\build\x86\vc10"

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-05-03 03:01:41 -0600

Seen: 941 times

Last updated: May 03 '13