2

is there any barcode generation libraries for Delphi (prefered freeware of course), which generate most known barcode types (Code 39, Code 93, EAN, UPC)?

Andreas Rejbrand
  • 105,602
  • 8
  • 282
  • 384
evilone
  • 22,410
  • 7
  • 80
  • 107
  • 2
    Did you ask Google (http://www.google.se/search?sourceid=chrome&ie=UTF-8&q=Delphi+barcode)? I get http://www.download3000.com/delphi-barcode-downloads.html, http://www.zornsoftware.com/barcomp/, http://www.dlsoft.com/barcodes_in/barcodes_in_delphi.htm, http://stilius.net/tbarcode/, http://www.freedownloadscenter.com/Programming/Delphi_Tools_and_Components/TBarcode_for_Delphi.html, http://www.vclcomponents.com/catalog/Delphi_Barcode, and http://www.han-soft.com/barcode.php, among a lot of other pages. – Andreas Rejbrand Feb 15 '11 at 20:47
  • Why do you prefer freeware? Do you have any quality requirements? – David Heffernan Feb 15 '11 at 21:02
  • @David I want to see the code and learn from that :) No quality requirements – evilone Feb 15 '11 at 21:11
  • 6
    access to source is not the same as freeware – David Heffernan Feb 15 '11 at 21:22
  • 2
    here is one: http://www.torry.net/authorsmore.php?id=1836 – Sertac Akyuz Feb 15 '11 at 21:26

2 Answers2

10

The old TurboPower SysTools (available from SourceForge) does POSTNET, UPC A, UPC E, EAN 13, EAN 8, Interleaved 2 of 5, Codabar, Code 11, Code 39, Code 93, and Code 128.

It was open sourced when TP went out of the VCL business. You can download it (along with the usual great TP documentation in both PDF and WinHelp format. I also seem to recall it was ported to D2009+ and is available at SongBeamer.

Ken White
  • 123,280
  • 14
  • 225
  • 444
1

Most Delphi Reporting Components [Fast Reports, Rave Reports, and others] supports barcodes in their report designers. They are NOT free.

Warren P
  • 65,725
  • 40
  • 181
  • 316