Xref: utzoo comp.sys.ibm.pc.misc:601 comp.os.msdos.programmer:424 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!zaphod.mps.ohio-state.edu!ub!boulder!ccncsu!handel.CS.ColoState.Edu!mcjilton From: mcjilton@handel.CS.ColoState.Edu (charles mar mcjilton) Newsgroups: comp.sys.ibm.pc.misc,comp.os.msdos.programmer Subject: Re: Wanted: Information on Bar Code Keywords: Bar code Message-ID: <8390@ccncsu.ColoState.EDU> Date: 8 Aug 90 21:19:42 GMT References: <27700@netnews.upenn.edu> Sender: news@ccncsu.ColoState.EDU Reply-To: mcjilton@handel.UUCP (charles mar mcjilton) Organization: Colorado State University, Fort Collins, CO 80523 Lines: 19 In article <27700@netnews.upenn.edu> han@linc.cis.upenn.edu (Sung-Kook Han) writes: >Dear Friends: > > A friend of mine is writing a program for bar code reader. >Any information on libraries or toolkits for bar code programming >are great help for him. Please let me share your knowledges. >Please e-mail any information to me. There is a good library for generating barcodes called "Code-Master". We've been using it with windows and on the console for creating 3-of-9 codes, but it can create almost every major code there is. Nice set of routines. I think it cost us $300 for the source to the library, but it would be $100 or so for just the libraries. It generates the codes into an internal memory block, and you fwrite() them to the printer, or a file. It can also be accessed from languages other than C. Sean