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/03/08 15:49]
voorburg
manual:libopenblt [2021/01/08 16:50]
voorburg [Run-time libraries]
Line 24: Line 24:
   * libopenblt.dll   * libopenblt.dll
   * UsbBulkLib.dll   * UsbBulkLib.dll
-  * msvcr120d.dll+  * msvcr120d.dll ​    (OpenBLT <= 1.11.0) 
 +  * ucrtbased.dll ​    ​(OpenBLT > 1.11.0) 
 +  * vcruntime140d.dll (OpenBLT > 1.11.0)
  
 ===== Building LibOpenBLT from sources ===== ===== Building LibOpenBLT from sources =====
Line 38: Line 40:
  
 <​code>​ <​code>​
-cmake ..+cmake -A Win32 ..
 make make
 </​code>​ </​code>​
Line 88: Line 90:
  
 https://​sourceforge.net/​p/​openblt/​code/​HEAD/​tree/​trunk/​Host/​Source/​LibOpenBLT/​bindings/​python/​ 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 ==== ==== Pascal ====
manual/libopenblt.txt · Last modified: 2022/03/02 13:11 by voorburg