landrix / Zint-Barcode-Generator-for-Delphi

Zint Barcode Generator for Delphi
Apache License 2.0
98 stars 32 forks source link

Added the implementation of DotCode #13

Closed fschenckel closed 4 years ago

fschenckel commented 4 years ago

Simplified also some base functions in zint_helper by using more Delphi RTL functions. Should theorically also be more efficient for some functions. I hope I didn't mess the things with older Delphi versions.

Just wondering, should not the TArrayOfChar be TArrayOfAnsiChar instead ? Because in C a char is not unicode... Doesn't seem to be a big deal to change this. But who will check this completely (I'm using only a small range of barcode types).

landrix commented 4 years ago

I don't think we have to support all delphi versions. I'll take a look at TArrayOfChar .