Chapter 4
Libraries

This set of classes handle dynamic loading of symbols stored in dynamic libraries of executables. They allow to execute code in foreign modules without having to link with that code. The code to execute is specified as strings either in the program or in some external ASCII file.


 4.1 Dynlib