opencv_highgui248d.lib Error LNK1112
Hi, i'm trying to run the code in openCv documentation link:(http://docs.opencv.org/doc/tutorials/features2d/feature_detection/feature_detection.html)
When i compile the code, error LNK1112 appear on opencv_highgui248d.lib. I've also try to change target machine type to x64 but the code falls on error LNK2019
I use Pre-built Libraries of OpenCv on Windows7 and Visual Studio Express 2013
How can i fix it?
It means that you have not set your debug libraries correctly in your VS environment! Be sure that you link them correctly trough your linker options like shown in this example guide for VS2012