unresolved external symbol error when importing libraries for OpenCV2.3 in Visual Studios 2010 Express C++

If you DID explicitly set up linking with all the necessary libraries, but linking errors still show, you might be mixing up 64/32 bit libraries and application.

I.e. make sure that all library includes point to 32 bit version of libraries if you are building 32 bit application.

Leave a Comment