Question
|
| |
|
I am reading 1 dimensional Barcodes with the Barcode OCX or Barcode DLL in CVB. As I know the orientation I want to use the FENCE and LADDER parameters to speed up reading. In CVB 7.1.1 this worked well, in 7.1.2 Barcode seems unable to read with the above parameters and I have to use the OMNI or BOTH setting. Why?
|
|
Answer
|
| |
|
In CVB 7.1.2 there is a small bug in the Barcode Tool, regarding the CVC_BC_FENCE and CVC_BC_LADDER parameter. Those two parameters have been interchanged accidentally, which means that where you before used CVC_BC_FENCE you will now need to use CVC_BC_LADDER (and vice versa).
|
|
| As this is only a mix-up in a define statement, the general reading capability is not affected! The bug will be fixed in CVB 7.2. |