Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you are using the prebuilt opencv libs, you'd link to opencv_world400d.lib. there are no PDB files supplied for this, meaning, you get a couple of warnings about that, but you are able to debug your own code, just not the opencv library functions.

if you want to dive into the opencv code while debugging, you have to build the libs from src, this will also generate the missing pdb files.