[Gtk-sharp-list] gtk# on win32 depend on gnome

Francisco T. Martinez martinf@mfconsulting.com
Wed, 21 Jul 2004 09:49:47 -0500


Francois:

As far as I know, you are doing the right thing there is little support 
for GNOME in Win32 (if any) at least with that installer. You did good 
by removing that reference to gnome-sharp.dll.

Until things change you may want to stay away from using GNOME specific 
functionality on Gtk# apps that you want to run in Win32. So far, the 
Mono Class Library may offer you what you need without having the GNOME 
dependency.

Paco

underdog10@netcourrier.com wrote:

>  Hello,
>
>I writing an application using mono an linux
>I try to make a GUI, then i try to make it work under win32.
>In order to make it work i had to remove reference from the gnome-sharp dll .
>I install mono-1.0-gtksharp-1.0-win32-0.3.exe
>and SharpDevelop.
>
>So now it compiled well but it won't launch
>Here is what is telling me.
>
>Compat mode: the request from C:\PROGRA~1\Mono-1.0\lib\mono\gac\glib-sharp\1.0.0
>.0__35e10195dab3c99f\glib-sharp.dll to load System was remapped (http://www.go-m
>ono.com/remap.html)
>
>(<unknown>:1316): libglade-WARNING **: Could not load support for `gnome': The specified module could not be found.
>GLib.GException
>Cannot Open file.
>
>
>So my question are:
>What's wrong with my code?
>Since i remove the "Using Gnome;" and all the code he refered to, why is he asking me for it."
>Are they any way to get gnome-sharp on win32?
>I could not find any debugger on win32, i 'am right?
>Apperently Glade  are not support yet under Win32.
>
>As an example you create a new glade project on linux using mono-develop.
>You will get in Main.cs
>
>"
> Glade.XML gxml = new Glade.XML (null, "gui.glade", "window1", null);
> gxml.Autoconnect (this);
>"
>
>Reopen it on win32 with SharpDev and compile.
>Evething is fine, but when you launch it.
>
>(<unknown>:2972): libglade-WARNING **: Could not load support for `gnome': The specified module could not be found.
>
>I really would like to make a GUI working on bath platform.
>So can i do?
>
>Thanks for any advice.
>
>Francois
>           
>
>-------------------------------------------------------------
>NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
>Web/Wap : www.netcourrier.com
>Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
>Minitel: 3615 NETCOURRIER (0,16 € TTC/min)
>
>_______________________________________________
>Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>  
>