
THIS TEXT IS CONTAINED IN THE README.TXT FILE WHICH CAN BE FOUND AT THE TOP LEVEL OF THE INSTALLATION FOLDER.

The DLL files for the SDK can be found in the DLL folder.

All barcode reading is carried out by either SoftekBarcodeDLL.dll in a 32-bit application or SoftekBarcode64DLL.dll in a 64-bit application. 

Any other DLL file is just a wrapper for one of the above.

IMPORTANT:

For using the software with .NET please look at the dotNet folder and either csharp or vb.net if appropriate. The manual also has a section on .NET.


If you have purchased a license for the toolkit then you will have received a license key. This key should be applied at run-time in your code before you call the ScanBarCode command. For example:

barcode.LicenseKey = "MY LICENSE KEY"
barcode.ScanBarCode("input.tif")

There is no need to reinstall the toolkit after purchase.

Without a valid license key the toolkit will a display pop-up box when a barcode is read. An evaluation license key can requested from sales@bardecode.com.





 