[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'dynlibs' (#rtl)

Reference for unit 'dynlibs'

Cross-platform support for dynamically loadable libraries

uses

  sysutils,

  

Various system utilities.

  RtlConsts,

  SysConst;

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: Oct 02 2010