Dynamically loading headers

From Free Pascal wiki
Revision as of 00:46, 1 November 2009 by Aison (talk | contribs) (→‎Abstract)
Jump to navigationJump to search

Template:points

Abstract

Currently, most library headers in fpc/packages support only static linking. Some exceptions are mysql, ibase, sqlite (and some other database headers). The idea is now to add dynamic linking support for other headers. This page should provide some place to list pro/contra, implementation details, etc...

Pro

Contra

Implementation

Example