Difference between revisions of "LCL Bindings"

From Free Pascal wiki
Jump to navigationJump to search
m (category)
m (Update svn url)
 
(3 intermediate revisions by 2 users not shown)
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 than 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.
  
 
==Status==
 
==Status==
Line 12: Line 12:
  
 
<pre>
 
<pre>
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/lclbindings lclbindings
+
  svn co https://svn.code.sf.net/p/lazarus-ccr/svn/lclbindings lclbindings
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
*[[Using Lazarus for other computer languages]]
 
*[[Using Lazarus for other computer languages]]
 +
*[[Python LCL Bindings]]
  
 
==External Links==
 
==External Links==
Line 24: Line 25:
  
 
[[Category:LCL]]
 
[[Category:LCL]]
 +
[[Category:Lazarus-CCR]]

Latest revision as of 04:01, 10 January 2020

The LCL Bindings are a project to make the Lazarus Component Library accessible for other programming languages than 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.

Status

pre-alpha

What already works

  • Creating a form, a button and having a OnClick callback event for the button.

Subversion

 svn co https://svn.code.sf.net/p/lazarus-ccr/svn/lclbindings lclbindings

See Also

External Links

  • http://www.toolbox-mag.de/ - Ausgabe 2'2008 - Article: Klassen austauschen zwischen Lazarus und C++ - An article which explains how to use the LCL C Bindings (German language)