I followed the guide in this link to configure the OpenCV in Microsoft Visual studio 2008
and i use the sample codes from openCV
and I got this error whenever I run it.
Can some one please tell me how do I fix this?
====== EDIT ***
After several research I had discovered that I have to use VC9 instead of VC11 for Microsoft Visual Studio 2008
But the latest version of the OpenCV which is OpenCV 2.4.10.exe do not have the VC9. and It only have VC11, VC10 and also VC12.
Is the latest version of OpenCV is not campatible with Microsoft Visual studio 2008? Which version of OpenCV that is compatible with Microsoft Visual Studio 2008?
Thank you.