First time here? Check out the FAQ!

Ask Your Question
0

how to create opencv application in windows c++ forms

asked Apr 25 '13

Heshan Sandeepa gravatar image

updated Apr 25 '13

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Apr 25 '13

berak gravatar image

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

Preview: (hide)

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 (Apr 25 '13)edit

Question Tools

Stats

Asked: Apr 25 '13

Seen: 1,928 times

Last updated: Apr 25 '13