c++ - fatal error LNK1104: cannot open file 'opencv_calib3d220d.obj' -


i new c++ programming , compiling code in visual studio 2010 opencv 2.2 library on windows 7-64 bit os using precompiled header. listed library files available in c:\opencv2.2\lib in project properties>configuration properties>linker>input, when run program continues show error:

fatal error lnk1104: cannot open file 'opencv_calib3d220d.obj',

although defined 'c:\opencv2.2\lib\opencv_calib3d220d' input. not know how resolve problem. highly appreciated.

did define "c:\opencv2.2\lib\opencv_calib3d220d" input, or "c:\opencv2.2\lib\opencv_calib3d220d .lib"? (no space, can't bold/italics without space why it's there.)

it needs have .lib there or won't work. if it's complaining .obj

also: under linker-> general -> additional library directories can put "c:\opencv2.2\lib\" , won't have type out directory each time add directory linker -> input -> additional dependancies : put "opencv_calib3d220d.lib", example.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -