Hi, .NET Framework supports COM objects being marshaled as managed objects.
By now Mono has very good COM interop support thanks to Jonathan Chambers. You should try it out: http://www.mono-project.com/COM_Interop Kornél ----- Original Message ----- From: "Matthias Lechner" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, April 08, 2008 11:10 AM Subject: [Mono-list] Using exported C++ classes in managed code > > Hi list, > > I want to use a C++ library which exports classes (not plain functions) > within a C# program using mono. From what I have found, the only > possibility right now is to write a wrapper which re-exports the class > members as plain functions... > > Do you see any other options? C++/CLI is not supported by mono right now, > right? > > Best regards, > Matthias > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
