Loadable Libraries


Detailed Description

Basic 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.


Classes

class  DLibrary
 Dynamic Library Interface for library objects loaded using the loadLibrary() function. More...

Typedefs

typedef StrongRefPtr< DLibraryDLibraryRef

Functions

DLibraryRef OsLoadLibrary (const char *file)
 Load a library Returns 0 if the library fails to load.


Typedef Documentation


Function Documentation

DLibraryRef OsLoadLibrary ( const char *  file  ) 

Load a library Returns 0 if the library fails to load.

Symbols are resolved through the DLibrary interface.