I’m working for a while with OpenCV 2.3.1 and MS Visual Studio 2010 now and have it setup on multiple PC’s. In the past I’ve had an installation of openCV 2.1.0 on one of my PC’s as well. My problem is that on the PC where I’ve had installed openCV 2.1.0, cxcore210.lib and cv210.lib are listed as inherited values in Linker >> Input >> Additional Dependencies
The problem is that when I try building a program on this PC with OpenCV 2.3.1 (I’ve setup all the linkers and stuff correctly and on my “clean” PC it is working fine) it keeps asking for these 2 lib files. Of course I can install OpenCV 2.1.0 again and link to these files but that’s not really what I want since I’m working with OpenCV 2.3.1
I’ve tried reinstalling my Visual Studio but this doesn’t solve the problem either. Also OpenCV 2.1.0 is uninstalled and Path setting are deleted as well. Does anyone know why it keeps poking around for the cxcore210.lib and cv210.lib as inherited values and how can I get rid of them?
Hmmmm seems to work for now, think I managed to find somewhat of a workaround. I went to Linker > Input > Additional Dependencies and unchecked the box “Inherit from parent or project defaults”. Both lib files stay listed as inherited values but at least I can properly build and run the project without getting an error telling me to point to cxcore210.lib cv210.lib