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 falls on error LNK2019
I use Pre-built Libraries of OpenCv on Windows7 and Visual Studio Express 2013
How can i fix it?