Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

take a look at your opencv/build/bin or lib dir. the prebuild packages come with a huge opencv_world300 lib/dll, not with single-module ones, like opencv_calib3d300

if so, just link against opencv_world300(d).lib , and remove the other entries

take a look at your opencv/build/bin or lib dir. the prebuild packages come with a huge opencv_world300 lib/dll, not with single-module ones, like opencv_calib3d300

if so, just link against opencv_world300(d).lib , and remove the other entriesentries from your projecct

take a look at your opencv/build/bin or lib dir. the prebuild packages come with a huge opencv_world300 lib/dll, (which contains all other modules) not with single-module ones, like opencv_calib3d300

if so, just link against opencv_world300(d).lib , and remove the other entries from your projecct