Search Results

9
votes
9answers
989 views

How do I call a .NET assembly from C/C++?

Suppose I am writing an application in C++ and C#. I want to write the low level parts in C++ and write the high level logic in C#. How can I load a .NET assembly from my C++ program and start ca …
0
votes

How do I call a .NET assembly from C/C++?

I found this link to embedding Mono: http://www.mono-project.com/Embedding_Mono It provides what seems to be a pretty …