I am trying to make OpenCV run on my PC.
I have downloaded openCV version 2.4.2 and also, I have downloaded another VC++ 2010 project which used open CV.
However, in Linker -> Input -> Additional Dependencies section, I have 4 .lib items :
cv200d.lib
cxcore200d.lib
highgui200d.lib
cvaux200d.lib
The problem is that I cannot find those in my version of openCV. They .lib items from my current openCV version have a prefix of opencv_*.lib .
Do you know why I am receiving this error? Should I replace those values with some of the new .lib items? If so, which are the correspondents?