On Fri, 2002-09-27 at 11:13, Michael Meeks wrote: > So, we'd implement a custom Mono object adaptor [ as do the Python & > gobject-adaptor bindings ], and it'd just work. The thing is while I can > explain what to do conceptually, it'd take me a long time to get into > the Mono C internals - since really, that's where the mapping has to > happen I think.
C#/Mono has that PInvoke feature, so you can simply call any C# method you want from C, just like a normal C function. - Dietmar _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
