Ask Your Question

mrandante's profile - activity

2013-11-12 09:37:55 -0600 received badge  Student (source)
2013-05-03 03:01:41 -0600 asked a question error with opencv installation. missing file MSVCR100D.dll

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.