Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 application, 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

click to hide/show revision 2
fixed spelling and improved style

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 application, 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