C++-dlopen/index - HOWTO - Tux24 Net - Linux Unix Network

C++ dlopen mini HOWTO

Aaron Isotton

2003-08-12

Revision History
Revision 1.032003-08-12Revised by: AI
Added reference to the GLib Dynamic Module Loader. Thanks to G. V. Sriraam for the pointer.
Revision 1.022002-12-08Revised by: AI
Added FAQ. Minor changes
Revision 1.012002-06-30Revised by: AI
Updated virtual destructor explanation. Minor changes.
Revision 1.002002-06-19Revised by: AI
Moved copyright and license section to the beginning. Added terms section. Minor changes.
Revision 0.972002-06-19Revised by: JYG
Entered minor grammar and sentence level changes.
Revision 0.962002-06-12Revised by: AI
Added bibliography. Corrected explanation of extern functions and variables.
Revision 0.952002-06-11Revised by: AI
Minor improvements.

How to dynamically load C++ functions and classes using the dlopen API.