LCL Bindings
From Lazarus-ccr
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.
Contents |
[edit] Status
pre-alpha
[edit] What already works
- Creating a form, a button and having a OnClick callback event for the button.
[edit] Subversion
svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/lclbindings lclbindings
[edit] See Also
[edit] 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)
