[Mono-list] Bonobo Components

Miguel de Icaza miguel@ximian.com
Wed, 31 Dec 2003 17:33:23 -0500


> I'm looking into using Bonobo as a means of writing a program in both C
> and C#, with C# being used for most of the higher-level work.  Is this
> possible with Mono, yet?  Are there Bonobo bindings or any way to use
> Component or anything?
> 
> What's the state of Bonobo in Mono?

There is no support for Bonobo in Gtk# yet.

You dont need Bonobo to interface to C code, use Platform/Invoke to use that.