[EMAIL PROTECTED] wrote:

> I'm working on a modular image loader based on libgffd, which dlopens
> drivers. When I test without linking with ggi it works ok. If I link with
> ggi to load into a visual it segfault badly.

Could you be a bit more clear ? There is absolutely nothing wrong with having
an application that is linked to libggi, which uses dlopen to plugin modules.
I do that every day with the berlin system.

I don't program in C very often, so I'm not the best person to answer your
question. There could be issues about global data initialization, but how
exactly that is dealt with I don't know. I usually work in C++, which differs
quite a bit, especially with respect to initialization.

Regards,        Stefan

Reply via email to