bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • Resellers
    • Links
Select Page ...

Category : Software Development Kits

Common error when using the COM object

admin November 27, 2012 Software Development Kits No Comments

We often get emails asking why the ScanBarCode method in the SoftekATL.Barcode OCX object returns the value 0 when it works fine in other interfaces. The reason for this is that in the COM interface the number of barcodes found by the ScanBarCode method is stored in the BarCodeCount property. For example, the following code is

Continue Reading →

Softek Barocde Reader SDK Troubleshooting

admin November 27, 2012 Image, Settings, Software Development Kits No Comments

I have now spent quite a while dealing with troublesome images with the Softek Barcode Reader SDK and have found several tricks which solve almost all problems which could arise. The issue is almost always image quality. Poorly scanned colour images or simply a low resolution leading to the bars coming together are often the

Continue Reading →

Handling PDF Documents in ASP on x64 Systems

admin November 27, 2012 Software Development Kits No Comments

This article explains how to configure your system to allow an ASP application to use the Softek Barcode Reader SDK to process PDF Documents on an x64 system. Symptom: ScanBarCode returns -1 and GetLastError returns 3001. Description: CoCreateInstance is failing and is probably returning E_ACCESSDENIED. This is because IIS_IUSRS does not have permission for Local

Continue Reading →

VBScripting Example

admin November 27, 2012 Software Development Kits No Comments

The following VBScript shows how to create a tool that will read the value of a barcode from an image and write the value to a text file. Make sure that SofteATL.dll has been registered before attempting to run. This can be done by right clicking on REGISTER.BAT and selecting “Run as Administrator”. myscript.vbs Dim

Continue Reading →

Using the Multi-Threaded set of dll functions

admin November 27, 2012 Software Development Kits No Comments

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

Continue Reading →

IOS 4.1 code detail

admin November 27, 2012 Software Development Kits No Comments

Detailed description of work-around for AVCaptureVideoPreviewLayer problem in IOS 4.1 IOS 4.1 seems to contain a critical bug in the AVCaptureVideoPreviewLayer which causes app’s to freeze when an instance of the class is created. The normal way to use AVCaptureVideoPreviewLayer is as follows:   // Create the session session = [[AVCaptureSession alloc] init];     // Configure

Continue Reading →

iPhone OS 4.0

admin November 27, 2012 Software Development Kits No Comments

Following testing on iPhone OS 4.0 beta, the following problems were identified in version 7.3.1d of the SDK and have been corrected in version 7.3.1e: 1. Sample XCode application aborting with error EXEC_BAD_ACCESS. 2. Sample XCode applications froze when Cancel button touched in camera view finder. Both of the above problems were corrected by changes to

Continue Reading →

Version 7.3.1 for Linux Release Notes

admin November 26, 2012 Software Development Kits No Comments

Version 7.3.1 was released on February 30th March 2010. Release notes available here. Please note this is no longer the latest version. 1. GS-1 Databar GS-1 Databar support has been added to toolkit. This includes RSS-14, RSS-14 Stacked, RSS Truncated, RSS Limited, RSS Expanded and RSS Expanded Stacked. There is also support for supplemental information

Continue Reading →

upc-e barcodes and zero suppression

admin November 26, 2012 Software Development Kits No Comments

A UPC-E barcode is actually an EAN-13/UPC-A barcode that has had certain digits removed to create an 8 digit number. Only certain EAN-13/UPC-A barcodes can go through this process. For example, the UPC-A barcode “023456000073 ” can be suppressed to the UPC-E value “02345673” and restored to it’s original value by the barcode reader. The Softek

Continue Reading →

Version 7.3.1 for Windows Release Notes

admin November 26, 2012 Software Development Kits No Comments

Version 7.3.1 was released on February 3rd 2010. Release notes available here. Please not this is no longer the latest version. 1. GS-1 Databar GS-1 Databar support has been added to toolkit in the new version. This includes RSS-14, RSS-14 Stacked, RSS Truncated, RSS Limited, RSS Expanded and RSS Expanded Stacked. There is also support

Continue Reading →

« First...«78910»
  • Copyright © 2023 Softek Software Ltd. All Rights Reserved