Hi All
I used the ZINT library over in Basic to print Code128 barcodes, and I installed the Lazbarcode package on LPC.
It appears simple to place the control on the form and change the text. The encoding seem to work correct.
Back in basic I had to generate the barcode as an image, then save it first. The upload that again to print. That seems real time wasting.
In the examples there is no printing examples, but i have found a property of Printtocanvass that may suggest you can add it to a print job.
Before I cause a pile of memory leaks and other disasters, isn't there anyone here that have a simple example on how to generate the barcode straight to a labelprinter?
I have the label printer working with code39 bar-codes already, but it legally HAS TO be code 128.
Thank you lads, you are always very helpful.
-Peter