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

Matthias Lechner matthias at lmme.de
Tue Apr 8 05:10:23 EDT 2008


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



More information about the Mono-list mailing list