Re: [gtkmm] Glib::Module API issues



>I'm using Glib::Module to load C++ objects from .so files at runtime --
>the good news is that it works.  However, there appears to be a problem
>with the wrapping.

FYI: be aware also that in at least some versions of g_module, some of the
dlopen flags, notable RTLD_GLOBAL, are set whether you want them or
not. this can cause very subtle problems. this may have been fixed in
newer versions of g_module. the authors were unresponsive to previous
bug reports about this.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]