Ask Your Question
0

OpenCV 2.2/2.1 mat.hpp caused VS2010 C++/CLI internal compiler error

asked 2013-08-30 00:00:05 -0600

Nouman gravatar image

updated 2013-08-30 00:47:03 -0600

Moster gravatar image

OpenCV 2.4.2 mat.hpp caused VS2010 C++/CLI internal compiler error Any help for this please.I am near to completion of my work but stuck from yesterday on this error and found no any good source to solve.Please help me.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-08-30 01:51:06 -0600

berak gravatar image

if you just create a new (c++/cli) project, it comes with /clr:pure in the "general settings" -> "Commom Runtime Support" by default.

change it to /clr , and you can use opencv c++ code as well.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-30 00:00:05 -0600

Seen: 229 times

Last updated: Aug 30 '13