Showing 24 Result(s)

Distribution License Explained

Not sure what our Distribution License is? Finding it hard to know if this is the right license for your project? We understand that software licensing can be confusing so to better understand what our Distribution License is and whether it is the license for you, read on! In a nutshell, our Unlimited Distribution License allows …

Linux Barcode Reader SDK

Linux SDK Version 7.5.1 Released

We are pleased to announce the release of Version 7.5.1 of the Linux SDK. Existing customers with support and upgrade cover will be contacted in due course. This update brings the Linux SDK in line with the Windows variant with the introduction of support for the ubiquitous QR-Code and significant improvements to Datamatrix and PDF-417 recognition. The new …

Windows SDK Version 7.5.1.22 Released

We are pleased to announce the minor release for the Windows SDK, V 7.5.1.22, which has various improvements. One of the biggest changes is the improved handling of skewed QR-Codes, which can now tolerate a far greater amount of skew. If you are an existing customer then you are welcome to upgrade for free, the …

Reducing False Readings

With scanned images it is not uncommon to have noisy documents which can produce false readings. However this can be dealt with using Softek’s software through the methods shown below.   1. Turn off barcode types you do not need to read. For example, say the c53e barcode is of type CODABAR and the barcodes …

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 …

Android Barcode Reading – Quick Start Guide

So what’s the easiest way to integrate barcode reading into your app? Whilst it’s possible to integrate the Softek Barcode Reader into your Android app through our java class and jni library, it’s also possible to simply call our Bardecoder app direct from your own app with a minimal amount of work. The following article …

Common error when using the COM object

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 …

Softek Barocde Reader SDK Troubleshooting

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 …

The difference between a BITMAP and a DIB

There is much confusion about bitmap handles (HBITMAP) and device independent bitmaps (DIB). The terms are often interchanged and functions that you would expect to return a DIB, such as CreateDIBitmap, do in fact return a value of type HBITMAP. HBITMAP’s are handles to memory objects containing a BITMAP structure followed by palette information and …