简体   繁体   中英

OpenCV 2.4.7.2 + windows 8.1 + Visual Studio 2013 == Error

I've installed new Windows 8.1 system with the following:

OpenCV 2.4.7.2
Visual Studio 2013 Ultimate.

I'm tying to work with my OpenCV projects but get's the following error:

'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Users\yirmio\Documents\Visual Studio 2013\Projects\OPENCV_PROJECT\x64\Debug\OPENCV_PROJECT.exe'. Symbols loaded.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_core247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_features2d247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_highgui247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'E:\Dev\opencv\build\x64\vc11\bin\opencv_nonfree247d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'OPENCV_PROJECT.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[4752] OPENCV_PROJECT.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

I've searched Google for houres with no solution to this problem... Allready changed the libraries and all project settings...

Hope for some help...

Thanks! Yirmi.

Did you ever tried this ?

  1. setting PATH

  2. add compiler 'vc11' and linker to visual studio

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM