Unit 'dynlibs' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

Reference for unit 'dynlibs'

Cross-platform support for dynamically loadable libraries.

uses

  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.


Documentation generated on: Jul 24 2023