How to call C# APIs from C++
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
You need to expose it as COM and then as how you invoke the COM component from C++, you have to call that component. Framework creates CCW wrapper for you which makes COM call from C++ to C# easier.
Thanks, Anand.
-
If you mean "using the .NET Framework classes in a C++ application", the answer is C++/CLI