Difference between revisions of "Dynamically loading headers"

From Free Pascal wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
==Pro==
 
==Pro==
 +
 +
* loading libraries at runtime (plugin support)
  
 
==Contra==
 
==Contra==

Revision as of 23:51, 31 October 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

  • loading libraries at runtime (plugin support)

Contra

Implementation

Example