Thanks, that fixed it. Cheers,
Chris ----- Original Message ---- From: Carlo Wood <[EMAIL PROTECTED]> To: Chris Share <[EMAIL PROTECTED]> Cc: [email protected] Sent: Thursday, October 9, 2008 1:02:54 PM Subject: Re: Problem Running Simple Example 3.1 You must call Glib::init() at the start of main, or if you're using Gio, Gio::init(). Or if you're using atk, Atk::init() ... something like that, most call others - so probably one is enough :p -- Carlo Wood <[EMAIL PROTECTED]> _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
