Sunday, July 12, 2009

How can i call C# method in c++ code?

Interoperability in C# and C++ code.

How can i call C# method in c++ code?
While you might call C++ code in C#, I don't believe you can do the reverse. You might be able to create a *.dll that contains the method and use the procedure from that under C++, but I don't think you'll be able to combine the two outright any other way.


No comments:

Post a Comment