I have gone over this two Qs:
Possible to call C++ code from C#?
Wrapping unmanaged C++ with C++/CLI - a proper approach
I also read few things about C++/CLI
, but honestly I am pretty confused.
I have a VC++
Project and I want to convert it into a C#
Project.
My Qs are:
- Do I need to use
C++/CLI
for this purpose and how? - Do I have to implement a wrapper class for each method of the original Project on my new Project and If not how do I proceed?