Difference between revisions of "Dynamically loading headers"

From Free Pascal wiki
Jump to navigationJump to search
m (started new wiki page)
 
Line 2: Line 2:
  
 
==Abstract==
 
==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==
 
==Pro==

Revision as of 00:46, 1 November 2009

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