A platform-agnostic wrapper class around OS dynamic library loading functions. This library has been extracted from the darkGlass project at https://github.com/chapmanworld/DarkGlass as a sub-module which can be used independently.
- Clone the repository.
- Open and build the pkgDarkDynlib file (.dpk/.lpk depending on compiler)
- Add /out/lib/$(Platform)/$(Target) to your project path (adjust for compiler as required).
- Read the help file.
The package for darkDynlib must be built for the desired target first, before building the unit test application. Note, currently the unit tests are for windows only - Pending update.