Reference for unit 'dynlibs'
Cross-platform support for dynamically loadable libraries
Uses unit | Description |
---|---|
System | The system unit |
Overview
The Dynlibs unit provides support for dynamically loading shared libraries. It is available only on those platforms that support shared libraries. The functionality available here may only be a part of the functionality available on each separate platform, in the interest of portability.
On UNIX platforms, using this unit will cause the program to be linked to the C library, as most shared libraries are implemented in C and the dynamical linker too.