Skip to content

A C++ library for loading and using dynamically shared libraries in your C++ program trough one class and a lot of new variables types for functions extracted from the library.

License

Notifications You must be signed in to change notification settings

lacaulac/ModSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

  1. Use the example To test the example program, just go in the "exemple" folder and make.

  2. How to use the ModSystem

All the info are available on the wiki: https://github.com/lacaulac/ModSystem/wiki

About

A C++ library for loading and using dynamically shared libraries in your C++ program trough one class and a lot of new variables types for functions extracted from the library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published