LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Barcode 128B from Lab Winows/CVI

How can I generate and print barcode 128B from LabWindows/CVI?
Thanks.
0 Kudos
Message 1 of 3
(3,073 Views)
Well, there is no ready to use function in CVI to do that. So you have the options to start from scratch by getting the specs of the barcode, the manual of your printer and doing some lowlevel graphics programming. Or to get/buy a 3rd party library. Googling for "barcode print library" shows up at least one product which promises to do the task.
0 Kudos
Message 2 of 3
(3,065 Views)
markus is correct, you want to find a third party bar code library.  The two easiest types to integrate into CVI are a microsoft ansi_c compatible dll (not Visual C++ only or you will have to place a C wrapper around the C++ interface), and an Active X control.  Both are pretty easy.  I have no experience with this company but here is a link to these types of libraries

Message Edited by mvr on 07-19-2006 09:00 AM

0 Kudos
Message 3 of 3
(3,049 Views)