Skip to content

Delphi platform-agnostic wrapper classes around OS dynamic library loading functions.

License

Notifications You must be signed in to change notification settings

randydom/darkDynlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

darkDynlib

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.

Usage Instructions

  1. Clone the repository.
  2. Open and build the pkgDarkDynlib file (.dpk/.lpk depending on compiler)
  3. Add /out/lib/$(Platform)/$(Target) to your project path (adjust for compiler as required).
  4. Read the help file.

Additional build instructions

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.

About

Delphi platform-agnostic wrapper classes around OS dynamic library loading functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages