User Tools

Site Tools


manual:libopenblt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:libopenblt [2018/02/12 21:25]
voorburg [OpenBLT Host Library (LibOpenBLT)]
manual:libopenblt [2018/07/10 17:27]
voorburg [Python]
Line 78: Line 78:
  
 After a successful build, the shared library **libopenblt.dll** is located in the **.\Host** directory. After a successful build, the shared library **libopenblt.dll** is located in the **.\Host** directory.
 +
 +===== Programming language bindings =====
 +
 +Bindings for the OpenBLT Host Library are basically glue code, that enable you to call the LibOpenBLT API from a different programming language.
 +
 +==== Python ====
 +
 +The Python bindings are formatted as a standard Python package that you can directly install in your (virtual) Python environment. Refer to the README file in the SVN trunk for getting started instructions:​
 +
 +https://​sourceforge.net/​p/​openblt/​code/​HEAD/​tree/​trunk/​Host/​Source/​LibOpenBLT/​bindings/​python/​
 +
 +A video tutorial about getting started with the Python bindings is available in [[https://​www.feaser.com/​en/​blog/?​p=208|this blog article]]. ​
 +
 +==== Pascal ====
 +
 +The Pascal bindings come as a Pascal unit that you can add to your Delphi or Lazarus project. Refer to the README file in the SVN trunk for getting started instructions:​
 +
 +https://​sourceforge.net/​p/​openblt/​code/​HEAD/​tree/​trunk/​Host/​Source/​LibOpenBLT/​bindings/​pascal/​
 +
 +
  
manual/libopenblt.txt ยท Last modified: 2022/03/02 13:11 by voorburg