[Mono-dev] c# / c++ interop question

Miguel de Icaza miguel at ximian.com
Thu Mar 9 18:23:15 EST 2006


Hello,
 
> However, going from C++ to C#, I am using C++/CLI.   Obviously, that
> will not fly in the mono world, so I'd like to find out what
> alternatives there are to do this in an elegant way.    (fyi, I am an
> ok c++ dev, but i am only as advanced as kinda knowing how to use
> function pointers and run-time linking)

You can use delegates (function pointers) or you can call the mono API
directly to do invocations (slower).

Miguel




More information about the Mono-devel-list mailing list