Difference between revisions of "LCL Bindings"

From Free Pascal wiki
Jump to navigationJump to search
(New page: The LCL Bindings are a project to make the Lazarus Component Library accessible for other programming languages then Object Pascal. The initial effort is a C wrapper which exports the func...)
 
Line 1: Line 1:
 
The LCL Bindings are a project to make the Lazarus Component Library accessible for other programming languages then Object Pascal. The initial effort is a C wrapper which exports the functionality in a procedural way and can be used in the future to make C++ bindings, or bindings for other languages.
 
The LCL Bindings are a project to make the Lazarus Component Library accessible for other programming languages then Object Pascal. The initial effort is a C wrapper which exports the functionality in a procedural way and can be used in the future to make C++ bindings, or bindings for other languages.
 +
 +
==Subversion==
 +
 +
<pre>
 +
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/lclbindings lclbindings
 +
</pre>

Revision as of 09:53, 17 February 2008

The LCL Bindings are a project to make the Lazarus Component Library accessible for other programming languages then Object Pascal. The initial effort is a C wrapper which exports the functionality in a procedural way and can be used in the future to make C++ bindings, or bindings for other languages.

Subversion

 svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/lclbindings lclbindings