From bfa4a7496d43945759f10654e30eea984b2b1516 Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Thu, 11 Nov 2010 21:05:03 +0000 Subject: [PATCH] 2010-11-11 23:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbzebra/drawcore.c ! added missing include * harbour/ChangeLog ! fixed error in previous commit log --- harbour/ChangeLog | 8 +++++++- harbour/contrib/hbzebra/coredraw.c | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ef1efaced5..aa945d60ee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,13 +16,19 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-11 23:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/contrib/hbzebra/drawcore.c + ! added missing include + * harbour/ChangeLog + ! fixed error in previous commit log + 2010-11-11 21:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbzebra/hbzebra.ch * harbour/contrib/hbzebra/hbzebra.h * harbour/contrib/hbzebra/hbzebra.hbp + harbour/contrib/hbzebra/pdf417.c + added two-dimensional PDF417 barcode support - HB_ZEBRA_PDF417( cData, [ nFlags ] [, nDataColumns ] ) --> hZebra + HB_ZEBRA_CREATE_PDF417( cData, [ nFlags ] [, nDataColumns ] ) --> hZebra ; This requires testing on real scanners. F.e., some internet online PDF417 decoders does not allow encoding mode switching from numeric diff --git a/harbour/contrib/hbzebra/coredraw.c b/harbour/contrib/hbzebra/coredraw.c index b366931d03..07b45558f2 100644 --- a/harbour/contrib/hbzebra/coredraw.c +++ b/harbour/contrib/hbzebra/coredraw.c @@ -52,6 +52,7 @@ */ #include "hbzebra.h" +#include "hbapierr.h" #include "hbvm.h" typedef void ( * HB_ZEBRA_CALLBACK )( void * cargo, double dX, double dY, double dWidth, double dHeight );