Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cv::debug_build_guard::XXXX -- it means, you have to link the DEBUG opencv libs, not the RELEASE ones you're using now, like:

  • opencv_highgui401d.lib
  • opencv_core401d.lib
  • opencv_videoio401d.lib

maybe (if you didn't, so far) you have to go back at the opencv.sln, and run everything again for DEBUG !

cv::debug_build_guard::XXXX -- it means, you're building a DEBUG project, and you have to link the DEBUG opencv libs, not the RELEASE ones you're using now, like:

  • opencv_highgui401d.lib
  • opencv_core401d.lib
  • opencv_videoio401d.lib

maybe (if you didn't, so far) you have to go back at the opencv.sln, and run everything again for DEBUG !