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

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -