[Mono-dev] Mono and Gnome

2007-12-10 Thread Torello Querci
Hi to all, I want to port a program to a system where is installed a subsystem of Gnome. Unfortunally libgnomesharpglue can't be loaded because some needed dependency library are missing. So, it is possible create a small version of this library with a smaller gnome support on it? And how? Thank'

Re: [Mono-dev] Mono and Gnome

2007-12-11 Thread Miguel de Icaza
Hello, > I want to port a program to a system where is installed a subsystem of > Gnome. Unfortunally libgnomesharpglue can't be loaded because some > needed dependency library are missing. > So, it is possible create a small version of this library with a > smaller gnome support on it? > And how?

Re: [Mono-dev] Mono and Gnome

2007-12-12 Thread Torello Querci
Hi Miguel, for the new program is possible to avoid the Gnome dependency, but when try to port an already developed program you can find a program that use Gnome library. In the case of gbrainy it use only Gnome.Application so migrate to pure GTK is easy to do ... :) To have a version of this lib

Re: [Mono-dev] Mono and Gnome

2007-12-12 Thread Torello Querci
Hi Miguel, for the new program is possible to avoid the Gnome dependency, but when try to port an already developed program you can find a program that use Gnome library. In the case of gbrainy it use only Gnome.Application so migrate to pure GTK is easy to do ... :) To have a version of this lib