Re: gobject, loadable modules

2006-06-04 Thread Morten O. Hansen
On Sun, 2006-06-04 at 19:51 -0400, Tristan Van Berkom wrote: > Please post the stack trace. > > >I compile the so-file with -shared, and everything i expose is > >non-static and has G_MODULE_EXPORT. > > > >Any obvious fault here? I can attach the code (very little code) if that > >helps. > > > >

Re: gobject, loadable modules

2006-06-04 Thread Tristan Van Berkom
Morten O. Hansen wrote: Hello, I'm trying to build a small program using loadable modules, so I have this setup: A class called Plugin (inherits from GTypeModule) which is responsible for loading/unloading. A class called TestPlugin (inherits from GObject) A function in the so-file called pl

gobject, loadable modules

2006-06-04 Thread Morten O. Hansen
Hello, I'm trying to build a small program using loadable modules, so I have this setup: A class called Plugin (inherits from GTypeModule) which is responsible for loading/unloading. A class called TestPlugin (inherits from GObject) A function in the so-file called plugin_init, which registers