Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.