visual c++ - Convert C++ files to C# project -


i have c++ file , want include in c# project. there way add c# project?

to use c++ c# need define half-managed, half-native interface in c++/cli. c++ not callable other variety of reasons.

so create c++ project, enable clr , define classes , methods can used .net. there should plenty of resources around web on how so.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -