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
2 | No.2 Revision |
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
3 | No.3 Revision |
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