I am using beta version of Microsoft Visual Studio 2011 Professional
I am trying to run OpenCV C ++ files ( http://opencv.willowgarage.com/wiki/Welcome ) that I compiled using cMake and Compliance for Visual Studio.
However, when I go to debug the project, I get more than 600 errors, most of which are:
error LNK2026: the module is not safe for SAFESEH image.
Apparently these files are in the opencv_ffmpeg project, but I could not find them, I looked at the Safeesception Handels SafeesEx page on the Microsoft help page, but I could not find the final answers.
I was wondering if anyone else has this problem, and if they managed to fix it.
c ++ visual-c ++ visual-studio
Aaron Thompson May 15 '12 at 11:41 a.m. 2012-05-15 11:41
source share