OpenCV3.0 support for VS 2008
Hello.
As in the topic, i would like to ask, wheather you support opencv 3.0 for Visual Studio 2008, because I am unable to compile it using CMake's. Configuration of CMakes goes well, but compilation throws lots of errors like:
LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_highgui300d.lib'
what never happened in configurations for newer Visual Studios. Can you please give me some info about it?
did you actually try to build the opencv libs ? (or is this just the cmake file foryour own project ?)
if it is the former, it means, there were errors building the highgui module before
if it is the latter - there are no prebuild libs for vs2008.
For x64 configuration failed for x86 compilation, but I solved it already. Unfortunatelly I am a new user so I can paste solution tomorrow