Difference between revisions of "Pascal Bindings"

From Free Pascal wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Pascal Bindings}}  
+
{{Pascal Bindings}}
  
This page is a colection of bindings, translated headers and other interfaces that allow Pascal programs to access external libraries. Some of these are available on the Free Pascal Packages, and others on external projects.
+
This page is a collection of bindings, translated headers and other interfaces that allow Pascal programs to access external libraries.
 +
Some of these are available on the Free Pascal Packages, and others on external projects.
  
==List of External Bindings==
+
== list of external bindings ==
 +
* [https://sourceforge.net/projects/fpalsa/ ALSA] (advanced Linux sound architecture)
 +
* [[FPC PasCocoa|Cocoa]]
 +
* [[FPC and DirectX|DirectX]]
 +
* [[FPC and Qt|Qt]]
 +
* [[FPC and SDL|SDL]] (simple direct media layer)
  
[[FPC and Qt]]
+
== list of bindings in FPC packages ==
 +
* [[FPC and Apache Modules|Apache]] (modules for the webserver)
 +
* [[FPC and Carbon|Carbon]]
 +
* [[FPC and DBus|DBus]]
 +
* [[PascalMagick|ImageMagick]]
  
[[FPC and SDL]]
+
== see also ==
 +
* [[Package List|package list]]
  
[[FPC and DirectX]]
+
[[Category:Headers and Bindings| ]]
 
 
[[PasCocoa]]
 
 
 
[http://extpascal.googlecode.com Ext JS]
 
 
 
[http://sourceforge.net/projects/fpalsa/ fpALSA]
 
 
 
==List of Bindings on FPC Packages==
 
 
 
[[PascalMagick]]
 
 
 
[[FPC and Apache Modules]]
 
 
 
[[FPC and DBus]]
 
 
 
[[FPC and Carbon]]
 

Latest revision as of 02:23, 7 October 2019

Deutsch (de) English (en) español (es) français (fr) русский (ru)

This page is a collection of bindings, translated headers and other interfaces that allow Pascal programs to access external libraries. Some of these are available on the Free Pascal Packages, and others on external projects.

list of external bindings

list of bindings in FPC packages

see also