Ask Your Question

Revision history [back]

Having dll troubles integrating OpenCV (2.3.1 superpack) with Visual C++ 2012 Exp.

Trying to run a screen capture app in debug, but it fails with the following output info:

'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Users\Matt\Documents\Visual Studio 2012\Projects\OpenCV Integration Test\x64\Debug\OpenCV Integration Test.exe'. Symbols loaded. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\OpenCV\build\x64\vc12\bin\opencv_world310.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\msvcp110d.dll'. Symbols loaded. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\msvcr110d.dll'. Symbols loaded. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\comdlg32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\msvfw32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\avifil32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\avicap32.dll'. Cannot find or open the PDB file. 'OpenCV Integration Test.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Cannot find or open the PDB file. First-chance exception at 0x00007FF8E334C4E0 (ntdll.dll) in OpenCV Integration Test.exe: 0xC0000135: Unable to Locate DLL. Unhandled exception at 0x00007FF8E334C4E0 (ntdll.dll) in OpenCV Integration Test.exe: 0xC0000135: Unable to Locate DLL. The program '[1948] OpenCV Integration Test.exe' has exited with code 0 (0x0).

I've been going in circles with googling answers, so maybe you can help? Thanks in advance!