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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment