Loadable LibrariesDetailed DescriptionBasic DLL handling and symbol resolving.When a library is first loaded it's "open" function will be called, and it's "close" function is called right before the library is unloaded.
Typedef Documentation
Function Documentation
Load a library Returns 0 if the library fails to load. Symbols are resolved through the DLibrary interface.
|