[announce] released the first version of GtkGis

2009-07-11 Thread Andrea Zagli
GtkGis is a widget for Gtk+ to embed basic GIS functionalities (viewing maps, pan, zoom, etc.) inside Gtk+ programs GtkGis requires GooCanvas[1] and Gdal[2] this first version is a release only for the announce, beacause the only thing that you can do is load shape files base on point or

Best practice for bundling GTK with an windows application?

2009-07-11 Thread Hartmut Goebel
Hi, I'm currently working to make setting up a Python application (www.tryton.org) easier for Windows users. Meanwhile I'm totally confused about which package of bundle to use and what to put into the installer package. Now GTK for Windows comes in quite a lot of flavours. Since Tryton uses

Re: Best practice for bundling GTK with an windows application?

2009-07-11 Thread Dov Grobgeld
I've been doing cross platform development and windows installer during the last few years of lots of C/C++ programs. Here is an outline of my practices: - Build done through scons. - Special scons rules for doing cross compilation for Windows from Linux. - Use NSIS for Windows installer