Showing 5 Result(s)

Failed to load SoftekBarcode.dll

If whilst trying to use the Softek Barcode Reader Toolkit it returns to error message “Failed to load SoftekBarcode.dll” then a possible cause of the problem may be that you have the wrong version of the .dll for the system you are using. The following should help to remedy this problem: When you create an …

Reading Barcodes with Delphi using win32 dll

Using the Softek Barcode Reader SDK with Delphi is pretty straight forward and we include a full example project with our download. This page aims to get you up and running in less than 15 minutes… Note that this example uses the win32 DLL interface to the SDK – if you would rather use the …

Using the Multi-Threaded set of dll functions

The SoftekBarcode.dll includes a set of functions suitable for use in multi-threaded applications. The multi-threaded functions all require a handle to the toolkit. This is created using the mtCreateBarcodeSession function and released using the mtDestroyBarcodeSession function: hBarcode = mtCreateBarcodeInstance() nBarcodes = mtScanBarCode(hBarcode, “input.tif”) …process the result in some way mtDestroyBarcodeInstance(hBarcode)   All the multi-threaded functions …

Side by Side Error

When distributing SoftekBarcodeLib2.dll you may find that you get a “side by side” error message which references the component. For Version 7.4.1 and later…   For x86 based systems, the solution is to install the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) from the following link: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=en For x64 based systems, the solution is to install the Microsoft …

SoftekBarcodeLib2.dll System.IO.FileLoadException

When distributing the SoftekBarcodeLib2.dll component you may find that you get an error message similar to the following: System.IO.FileLoadException: Could not load file or assembly ‘SoftekBarcodeLib2, Version=X.X.X.X Culture=neutral, PublicKeyToken=3c09a6b205d2b618’ or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from …