Hello:
I get a series of Linker errors trying to follow the procedure to install 3.0 Beta on Windows 7 using VS2012:
opencv_imgcodecs300.lib(rgbe.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' in TestIt.obj etc.
How do I get the distributed 3.0Beta libraries and my simple TestIt program to have matching _Msc_Ver values?
HJ