[Gtk-sharp-list] Including libglade in Windows installer
Steffen Röcker
SteffenRoecker@gmx.de
Fri, 19 Dec 2003 00:08:59 +0100
pedro wrote:
> Hello all,
>
> I've found that the Windows Gtk# installer doesn't contain the libglade
> lib and bindings. My app uses libglade, so it doesn't work on Windows.
> After making a reduced version of the program it run surprisingly well
> on Windows. I could rework the user interface to not use glade, but
> building dialogs by hand is not my idea of expending my free time.
>
> I think that it would be great if you included libglade on Windows
> package.
>
> Regards
Hi,
I noticed that too.
My program runs fine on Linux, but doesn't work on Windows.
I got the missing libglade-2.0-0.dll
(http://www.mapr.ucl.ac.be/~gustin/win32_ports/) that Mono was
complaining about.
Now I can see part of Gtk-Interface, but then it quits with an exception
because it can't find the handler I defined for delete_event.
It would be really nice if someone could create an installer that
includes the latest Mono, Gtk+ http://www.dropline.net/gtk/download.php)
and Libglade(a working one) files for Windows.
I am sure that would help alot of people that want to build dialogs with
Glade and run their programs on Linux and Windows.
Greetings,
Steffen