Ask Your Question

Revision history [back]

Look at the libraries you have included inside your project settings. At the linker tab --> Input you have probably linked to openCV libraries like for example opencv_highgui243d.lib.

Notice the small d indicating these libraries are compiled explicitly for debugging purposes. If you want to go to execution, i guess you are trying to build in release mode. This mode however needs the proper libraries included, being for our example opencv_highgui243.lib without the small d.

Some helpfull links on configuring project settings: (however this is version 2.2 but the idea stays the same) http://opencv.willowgarage.com/wiki/VisualC%2B%2B