Is opencv 3.0 really compatible with microsoft visual studio 2015?
I have setup Opencv as described here (which needs to be updated by the way): http://docs.opencv.org/doc/tutorials/...
However, when I've tried to run the test code written at that page, I received a bunch of errors, like error code LNK2038, LNK2005, LNK2001, LNK2019 etc. What Microsoft says about this issue is: "This error can occur when an object file in your project is out-of-date".
So, are the library files compatible with Visual Studio 2015?
screenshot:
if you build opencv from source it is compatible.
i added screenshot picture. ( @Levsub has sent to me )
It seems you are mixing statically linked libraries with dynamic build settings. This is not related to OpenCV but to your MVS configuration...