Click to See Complete Forum and Search --> : c# method called in c++


bert_007
April 15th, 2004, 01:47 PM
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

TheCPUWizard
April 15th, 2004, 02:09 PM
The most common way is to create a COM wrapper around your C# assembly.