OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TDllLoader<> provides an easy way to load one instance of a DLL on demand. More...
#include <owl/module.h>
Public Member Functions | |
TDllLoader () | |
Creates a dynamic copy of the DLL object (i.e. | |
~TDllLoader () | |
Deletes the dll object when we go away to release the dll from memory. | |
Static Public Member Functions | |
static bool | IsAvailable () |
Load the dll on demand, returning true if it was loaded OK. | |
static T * | Dll () |
TDllLoader<> provides an easy way to load one instance of a DLL on demand.