Opens a dynamic library filename and stores a handle to it. Use as second parameter for RC_DYNAMIC_LOAD_FUNC(FuncName,DynLib) More...
#include <RCBits.h>
Public Member Functions | |
| template<size_t N> | |
| DynamicLibrary (const char(&libname)[N]) | |
| Loads the library of the given name. | |
Public Attributes | |
| void * | library |
| Direct access to the loaded library. | |
Opens a dynamic library filename and stores a handle to it. Use as second parameter for RC_DYNAMIC_LOAD_FUNC(FuncName,DynLib)
ErrorMsgFile is thrown in the event of a loading error.
1.9.1