On Mon, 2007-10-01 at 23:32 +0200, Pascal Grodowski wrote: > Hi there. > > I am looking for a way to ship the Gtkmm runtime with the > application under Windows. > > My efforts to reach this goal: > > - I tried to build a static executable using MSYS and Mingw with no success. > - I included the required .dll files, which has given me a partial > success but the fonts > changed using this method. > > Has anyone suggestions on this topic apart from using the external runtime?
its pretty tricky. i'm doing it for OSX. you might get some hints here: http://developer.imendio.com/node/145 which is a presentation of the approach i've adopted there. --p _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
