Open cv cannot open PDB [closed]

asked 2015-08-26 21:33:23 -0600

TDK gravatar image

I'm new to opencv. When I compile my opencv code it gives me the following error.

'ConsoleApplication2.exe' (Win32): Loaded 'C:\Windows\System32\avifil32.dll'. Cannot find or open the PDB file.
'ConsoleApplication2.exe' (Win32): Loaded 'C:\Windows\System32\avicap32.dll'. Cannot find or open the PDB file.
The thread 0x1e18 has exited with code -1073741515 (0xc0000135).
The thread 0x1ef0 has exited with code -1073741515 (0xc0000135).
The thread 0x2094 has exited with code -1073741515 (0xc0000135).
The program '[7608] ConsoleApplication2.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.

How to fix this error?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by FooBar
close date 2015-08-27 07:05:22.638026

Comments

Forum is about opencv. Your question is not about opencv

LBerger gravatar imageLBerger ( 2015-08-27 01:33:04 -0600 )edit