Ask Your Question

user01's profile - activity

2014-01-03 05:25:35 -0600 answered a question Cannot find opencv_core.240.32.lib

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.

2013-12-22 03:56:42 -0600 asked a question Cannot find opencv_core.240.32.lib

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.