Ask Your Question

Revision history [back]

Open cv cannot open PDB

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?