Click to See Complete Forum and Search --> : C# and C++ / COM


corcor
June 19th, 2002, 03:38 AM
Is there an easy way to mix C++ Code into C# code ?

Is it possible to make COM calls from C# ?

jcurbina
June 22nd, 2002, 09:42 PM
The way that you could mix C++ into C# is through DLL's.

Add a reference to the COM object into your C# project and after that you can make calls to the COM object through the interop that it is generated by .NET.