-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ah. Sorry about that. I didn't mean to infer that. :-)
No, I was commenting on the original code at the top of this thread. Mostly, I just want to know: under win32, is it a bad idea to have a Main::run() in DLL code? Should it only be in the main process code? Bob Caryl wrote: > I did not infer from Paul's message that he advocated creation of > Gtk::Main in a DLL. My inference was that Gtk::Main be instantiated > prior to the loading of the module. > > Bob > > R. Douglas Barbieri wrote: > > I'm also a little concerned about trying to create Gtk::Main in a DLL > process space. Correct me if I'm wrong, but I would imagine Gtk::Main > needs to be in the main process space, and there need be exactly one. > > Paul Davis wrote: > > >>>> On Wed, 2006-03-22 at 18:11 +0300, Volosatov Alexander wrote: >>>> >>>> a Gtk::Main object must have been instantiated before any other Gtk >>>> objects are created. More specifically the type system must have been >>>> initialized, but instantiating a Gtk::Main is the simplest way to do >>>> this. >>>> >>>> --p >>>> >>>> >>>> _______________________________________________ >>>> gtkmm-list mailing list >>>> [email protected] >>>> http://mail.gnome.org/mailman/listinfo/gtkmm-list >>>> >>>> > > > -- > R. Douglas Barbieri > [EMAIL PROTECTED] > http://www.dooglio.net > > This message is signed using GnuPG. The strange-looking text you see at > the bottom of the message is the signature itself. > > GPG Fingerprint: 3707 2A46 7DFC D673 FFB8 54B1 0EC9 5CF6 A1FC 6F11 > GPG recv-key : A1FC6F11 > GPG Public key : http://www.dooglio.net/dooglio.asc _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list >> >> - -- R. Douglas Barbieri [EMAIL PROTECTED] http://www.dooglio.net This message is signed using GnuPG. The strange-looking text you see at the bottom of the message is the signature itself. GPG Fingerprint: 3707 2A46 7DFC D673 FFB8 54B1 0EC9 5CF6 A1FC 6F11 GPG recv-key : A1FC6F11 GPG Public key : http://www.dooglio.net/dooglio.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEIZ1/Dslc9qH8bxERAvfZAJ4oBBsvk7lD83l6U+U+JLHthL4ybACfQoPF cXjuuF9W13uxmcV9JfC/hZA= =qZKG -----END PGP SIGNATURE----- _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
