On a similar note, has anyone had any success using the Symbol barcode scanning libraries under GCC? The only version I've been able to find is a prerelease version (libscanmgr.a), which works, but has no segment definitions. So all the scanner code goes into the main segment, which frequently overflows because of it, etc.
I have a lead on how to possibly address the problem using m68k-palmos-objcopy (actually moving the library code into a different segment), and that may work for me. But I was wondering if a) anybody else has run into this, or if you're all using CodeWarrior, or b) if anybody knows a technical contact at Symbol (or is a technical contact at Symbol...it worked for Handera) that might be able to address my problem. Sorry for taking advantage of this printing question for my own agenda, but it seemed like a good idea at the time :) -d On Wed, 27 Feb 2002, James Barwick wrote: > Stringer wrote: > > >>Subject: Bar Code algorithm > >>From: "SCMIT" <[EMAIL PROTECTED]> > >>Date: Tue, 19 Feb 2002 10:27:33 -0500 > >> > >>Where can I find algorithms to generate bar codes with Palm and > >>then print them? > >> > > > >Take the easy route > > > >Use one of the many portable printers with built-in support > >for barcodes, such as from Monarch or Zebra (to name but two) > > > >Roger Stringer > >Marietta Systems, Inc. > > > > > Go to GNU.org.....download the code39 barcode generator....it's in C, > convert the code to run on the palm. It will produce a PS output. Get a > package on the palm that can display PS images, or go find a package on > the web somewhere to convert PS to BMP...the're out there...get the > source and convert it to palm. > > Then...post it up here after you've done all your hard work and share it > with us all! > > And have fun! > > > > -- > James Barwick_ > _Sentient Health Japan KK_ > _ > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see >http://www.palmos.com/dev/tech/support/forums/ > --- daniel.m.mason / [EMAIL PROTECTED] / 617.510.0829 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
