On Mon, Nov 15, 2004 at 11:12:06AM -0500, Tristan Van Berkom wrote: > On Mon, 15 Nov 2004 17:07:17 +0100 (CET), sinsedrix@xxxxxxxx > <sinsedrix@xxxxxxxx> wrote: > > Hi, > > I don't know if this list deals with glib, it seems to deal more with Gtk. > > Does anyone knows where I can get helped on glib and my problem on > > GModule : > > > > I'm trying to use GModule in a special way : > > - I need to open several instances of a same module > > - Different modules may have identical symbols : > > this is probably now possible with the new flag G_MODULE_BIND_LOCAL, > > but I haven't tested it yet (have to downdload the new gtk version). > > This is the right list, nobody seems to know the answer thats all :-) Well, in an app where I use modules, _all_ modules export the same symbols (actually only one symbol). I load them with G_MODULE_BIND_LAZY flag a get the symbol address with g_module_symbol(). I can't imagine how having several instances of the same module differs from simply incementing its refcount. Yeti -- Dynamic IP address is not a crime. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list