I\'m trying to use openCV243 static libs in 64bit vs10 console application. My OS is win7 64 bit.
I\'ve included following libs:
#pragma comment(lib,\".
You need to link with MS vfw32.lib library.
vfw32.lib
just do this in ur header file. It should work perfectly.
#include "opencv2/opencv.hpp" #pragma comment(lib, "vfw32.lib") #pragma comment( lib, "comctl32.lib" )