The following code as been kindly contributed by a developer to show how to use the SoftekBarcode DLL interface with Python: Python 3.7: import ctypes from ctypes import * import os # Load the dll softekDLL = ctypes.OleDLL(“C:\\tmp\\SoftekBarcodedll.dll”) # Create Barcode Instance and Set License Key barCode1 = softekDLL.mtCreateBarcodeInstance() # Set the license key softekDLL.mtSetLicenseKey(barCode1,
The Linux version of our SDK now supports the Centos 6 and Ubuntu 12.10 distributions with a ready made builds.