"Coconut Project"
"Glade"
Index
Français / English


The Coconut Project 

Using the Coconut Library

The "Welcome in the Coconut Island" scenario

Download

About Glade

Contact

I/ Why Glade ?

Coconut is a multi-platform project,  focussing especially on Linux and Windows. 
The Coconut resource editor must be able to run under Linux and Windows. The GTK+, which is a really powerfull toolkit under Windows and Linux has been choosen for the implementation. 

Glade is a wonderfull tool, which allows to generate the editor. If you want to extend the visual part of the resource editor, you need a running version of Glade. 

Download a precompiled version of Glade for windows, including the dll, or compile it by yourself under Visual studio. 
glade-0.5.11-bin-win32.zip
 
 

II/ How to compile Glade under windows ?

Finding and compiling Glade for Linux is a piece of cake. No sources are available for windows, as far as I know. 
Thanks to Tor Lillqvist for the port of GTK+ under windows. 

1/ Get the precompiled GLib for Windows. 
glib-dev-20001226.zip

2/ Get the precompiled Libiconv for Windows 
libiconv-dev-20001007.zip

3/ Get the precompiled GTk+ for Windows. 
gtk+-dev-20001226.zip

4/ Extract the three packages in a directory. You must have the following the tree: 
- src - build 
        - glib 
        - gtk+ 
        - intl 
        - libiconv 

5/ Get the windows port of Glade package 
glade-0.5.11.src-win32.zip

6/ Extract the package in the src directory. 

9/ Open the developper Studio project on the glade-0.5.11-src-win32/win32/glade.dsw project file, and compile. 

10/ Once compiled, you need the following dll from the previous packages in the .dsp directory: 
gdk-1.3.dll 
glib-1.3.dll 
gmodule-1.3.dll 
gnu-intl.dll 
gtk-1.3.dll 
iconv-1.3.dll