Re: Mono & bonobo-components & CORBA

Miguel de Icaza <[email protected]> 03 Aug 2003 12:09:52 -0400
Newsgroups gmane.comp.gnome.components
Message-ID <[email protected]>
Hello,

> That is what I was thinking. The main goal is to be able to make
> Bonobo C# components that can be integrated into the Gnome desktop,
> without changing the programs accessing the component. That ofcause
> means that the bonobo-activation (in C) need to be able to start C#
> DLL components (or some C wrapper that can do that).
> 
> If you are willing to help out it would be cool. Do you have some
> design ideas ?

The activation bit is one of the easiest parts of the problem.

The big problems are going to be replicating the existing sugar in the
bonobo library in C#.  It is not hard, but it will be bulky.

Miguel