The library is under GPL license.
With this library, you can easily use the dlfcn.h C library in C++ trough an object, instead of bothering with the standard C library. The class allows you to load libraries and use their functions through templated methods. This project is not being maintained.
- Installation
To install the library, just go in the src folder and use make. The library files will be available in the binfolder along with the headers.
Use the example To test the example program, just go in the "exemple" folder and
make.How to use the ModSystem
All the info are available on the wiki: https://github.com/lacaulac/ModSystem/wiki