Ask Your Question
0

how to create opencv application in windows c++ forms

asked 2013-04-25 07:11:12 -0600

Heshan Sandeepa gravatar image

updated 2013-04-25 07:13:52 -0600

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-04-25 07:44:42 -0600

berak gravatar image

changing the General -> Common Runtime Support settings from /clr:pure to /clr helped in my case

edit flag offensive delete link more

Comments

hi berak, thanks it worked, i tried it with simple opencv function. its working. can you say , will it work for any kind of opencv application ? :) , i mean something like my total OCR application ? Any way thank you very much for considering this problem.

Heshan Sandeepa gravatar imageHeshan Sandeepa ( 2013-04-25 08:24:32 -0600 )edit

Question Tools

Stats

Asked: 2013-04-25 07:11:12 -0600

Seen: 1,887 times

Last updated: Apr 25 '13