Petite rectification:
* dlopen()/dlsym()/dlclose() ==> c'est du Posix, fourni dans la GNU Libc sous GNU/Linux.
* g_module_open()/g_module_symbol()/g_module_close() ==> c'est la GLIB qui est effectivement portable. http://library.gnome.org/devel/glib/unstable/glib-Dynamic-Lo(...)
[^] # Re: Chargement dynamique
Posté par GeneralZod . En réponse au journal Les bibliothèques logicielles sous Linux. Évalué à 8.
* dlopen()/dlsym()/dlclose() ==> c'est du Posix, fourni dans la GNU Libc sous GNU/Linux.
* g_module_open()/g_module_symbol()/g_module_close() ==> c'est la GLIB qui est effectivement portable.
http://library.gnome.org/devel/glib/unstable/glib-Dynamic-Lo(...)
GLIB != GLIBC