[Mono-list] Using exported C++ classes in managed code

Kornél Pál kornelpal at gmail.com
Tue Apr 8 06:47:52 EDT 2008


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" <matthias at lmme.de>
To: <mono-list at lists.ximian.com>
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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list 



More information about the Mono-list mailing list