how to create opencv application in windows c++ forms
hi, i am doing OCR application using opencv 2.4.3 in visual c++ windows forms(visual studio 2010 ultimate and windows 7 64 bit). before that, i did this OCR application as a c++ console application and it works fine. but when i tried to re-create the same application with visual c++ forms, it gives this error.
ERROR: EMM intrinsics not supported in the pure mode!
i have no idea about how to fix this. can someone tell what is the reason for this error and how to fix that.
thank you