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.
> >
> >
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
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