First time here? Check out the FAQ!
answered 2013-08-30 01:51:06 -0600
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.