Hi all, I'm trying to call a C# method from my C++ code. Kinda like when you doing managed C++, you can call System::Console::WriteLine.....
Well if anyone as a idea,???
Thanks
Sebas
Printable View
Hi all, I'm trying to call a C# method from my C++ code. Kinda like when you doing managed C++, you can call System::Console::WriteLine.....
Well if anyone as a idea,???
Thanks
Sebas
The most common way is to create a COM wrapper around your C# assembly.