bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

News

Failed to load SoftekBarcode.dll

admin November 21, 2013 Documentation, Knowledge Base No Comments

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 instance of softekbarcodelib3.dll it needs to load the correct version (x86 or x64) of softekbarcode.dll.

If you create your instance as follows:

barcode = new SoftekBarcodeLib3.Barcoder();

Then softekbarcodelib3 just calls LoadLibrary(“softekbarcode.dll”) so you must either have the correct version in the same folder (or current working folder) of the application or make sure that your windows system folders have the correct versions installed. An easy way to do this is to run our installers in the redist folder.

But if you create your instance as follows:

barcode = new SoftekBarcodeLib3.Barcoder(“C:\Softek”);

Then softekbarcodelib3 will call either LoadLibrary(“C:\Softek\x86\softekbarcode.dll”) or LoadLibrary(“C:\Softek\x64\softekbarcode.dll”)

 

However, if you’re unable to resolve the issue make sure to get in touch with our support team at support@bardecode.com who are always happy to provide you with further help.

← Mobile Barcode Usage Increasing
There’s a hole in my barcode!!! And other common pitfalls with Code 39 barcodes →
admin

  • Copyright © 2021 Softek Software Ltd. All Rights Reserved