Ask Your Question
0

Cannot find opencv_core.240.32.lib

asked 2013-12-22 03:56:42 -0600

user01 gravatar image

Greetings,

I am currently trying to compile a project using Microsoft Visual Studio 2010 Professional on a Windows 7 System. I I did not create the project and am currently trying to understand how it works. Therefore I would like to debug it. The directory I provided the Linker with is ".../opencv/build/x86/vc10". During the build the Linker tries to access "opencv_core.240.32.lib", but cannot open the file. I also couldn't find the file using windows search, but stumbled upon "opencv_core240" in the directory "...opencv/build/x86/vc10/lib/".

Does anyone have an idea where I could start to resolve this problem ? I am not very experienced with this kind of work and would appreciate if someone would take the time to point me in the right direction.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-03 05:25:35 -0600

user01 gravatar image

Found the problems origin in the property pages. Under Linker/Input you have to define "Additional Dependencies". The file "opencv_core.240.32.lib" was mentioned there. I changed the name to "opencv_core240.lib" which is what my openCV Version provided me with and the error did't occur again.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-12-22 03:56:42 -0600

Seen: 1,554 times

Last updated: Jan 03 '14