Accessing managed code from native C++ application

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
I am not sure if this is the correct forum to ask this question. I have an existing C# library whose methods I need to access from my existing native C++ application. That is I need to instantiate the .Net classes from C++ and call its methods. I found some methods where the .Net methods are exposed using extern C and accessed from outside . Could someone please tell a method I can accomplish this without changing any settings of my native C++ app?

Continue reading...
 
Back
Top