1. RE: Bar code generator

I don't know if anybody already has library but 
http://www.barcodedlls.com/ is a good resource...

-- Brian


Euler German wrote:
> 0100,0100,0100Hi Euphorians,
> 
> 
> I'm planning to add bar code (2 of 5, interleaved) to my invoices so 
> banks 
> could read it straight. Does anyone knows if exists Eu source code for 
> it? I 
> need it ½" high and 4¼" wide. TIA.
> 
> 
> -- Euler
> 
> 
> -- Euler GERMAN
> Caixa Postal 232
> 35701-970 Sete Lagoas, MG
> BRAZIL
> 
> +55-31-3773-3387
> +55-31-3776-2924
> +55-31-9945-7881 (cell phone)
> +1-309-419-0638 (fax/voice mail)
> PGP Key ID: 0x9F8267FE
> 
> 
> Distribua seu software numa embalagem para presente!  Veja como em 
> <http://www.DeployMaster.com.br>
> 
> As instalações geradas com o DeployMaster podem ser montadas tanto em um 
> único arquivo ou em múltiplos arquivos de 1,44MB (1 disquete).  Isto é 
> comodidade para o transporte da sua aplicação, seja em disquetes, seja 
> nas lentas e instáveis conexões Internet.  Que tal dar esta opção ao seu 
> cliente?
> 
> Compre DeployMaster e pague em REAIS (R$)!  Informe-se em 
> <vendas at DeployMaster.com.br>.  DeployMaster: porque uma boa apresentação 
> é fundamental!
>

new topic     » topic index » view message » categorize

2. RE: Bar code generator

More searching reveals that there aren't very many free resources for 
bar codes out there.  But I did find this page if you'd like to roll 
your own: http://www.4guysfromrolla.com/webtech/082500-1.shtml

Looks like fun blink
-- Brian

new topic     » goto parent     » topic index » view message » categorize

3. RE: Bar code generator

Thanks Brian, I'll take a look.

-- Euler

On 24 Jan 2002, at 18:40, Brian Broker wrote:

>
> I don't know if anybody already has library but
> http://www.barcodedlls.com/ is a good resource...
>
> -- Brian
>
>
> Euler German wrote:
> > 0100,0100,0100Hi Euphorians,
> >
> >
> > I'm planning to add bar code (2 of 5, interleaved) to my invoices so
> > banks
> > could read it straight. Does anyone knows if exists Eu source code for
> > it? I
> > need it ½" high and 4¼" wide. TIA.
> >
> >
> > -- Euler
> >
> >
> > -- Euler GERMAN
> > Caixa Postal 232
> > 35701-970 Sete Lagoas, MG
> > BRAZIL
> >
> > +55-31-3773-3387
> > +55-31-3776-2924
> > +55-31-9945-7881 (cell phone)
> > +1-309-419-0638 (fax/voice mail)
> > PGP Key ID: 0x9F8267FE
> >
> >
> > Distribua seu software numa embalagem para presente!  Veja como em
> > <http://www.DeployMaster.com.br>
> >
> > As instalações geradas com o DeployMaster podem ser montadas tanto em um
> > único arquivo ou em múltiplos arquivos de 1,44MB (1 disquete).  Isto é
> > comodidade para o transporte da sua aplicação, seja em disquetes, seja
> > nas lentas e instáveis conexões Internet.  Que tal dar esta opção ao seu
> > cliente?
> >
> > é fundamental!
> >
>
>
>
>

new topic     » goto parent     » topic index » view message » categorize

4. RE: Bar code generator

I'll look at it too. Thx!

-- Euler

On 24 Jan 2002, at 19:20, Brian Broker wrote:

> 
> More searching reveals that there aren't very many free resources for 
> bar codes out there.  But I did find this page if you'd like to roll 
> your own: http://www.4guysfromrolla.com/webtech/082500-1.shtml
> 
> Looks like fun blink
> -- Brian
> 
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

5. RE: Bar code generator

Try this site for barcode resources:

http://www.adams1.com/pub/russadam/fonts.html 

I had to create a UCC 128 barcode font in BBx.  I did it by programming
the HP Laserjet directly in PCL5.  In Win32Lib, you can draw lines or
rectangles on paper just like you can on the screen.  That may end up
being your best bet.  However, I do recommend investing in a cheap
barcode scanner to test your creations.

HTH,
Michael J. Sabal

>>> bkb at cnw.com 01/24/02 02:20PM >>>

More searching reveals that there aren't very many free resources for 
bar codes out there.  But I did find this page if you'd like to roll 
your own: http://www.4guysfromrolla.com/webtech/082500-1.shtml 

Looks like fun blink
-- Brian

new topic     » goto parent     » topic index » view message » categorize

6. RE: Bar code generator

I must be a geek...  You can download a small lib and a Win32Lib demo 
with my Euphoria implementation from 
http://www.cnw.com/~bkb/Eu/I25Encode.zip (case sensitive)

Hope you find it useful...
-- Brian

Brian Broker wrote:
> More searching reveals that there aren't very many free resources for 
> bar codes out there.  But I did find this page if you'd like to roll 
> your own: http://www.4guysfromrolla.com/webtech/082500-1.shtml
> 
> Looks like fun blink
> -- Brian
> 
>

new topic     » goto parent     » topic index » view message » categorize

7. RE: Bar code generator

On 25 Jan 2002, at 0:34, Brian Broker wrote:

> 
> I must be a geek...  You can download a small lib and a Win32Lib demo 
> with my Euphoria implementation from 
> http://www.cnw.com/~bkb/Eu/I25Encode.zip (case sensitive)

You say "geek" like it's a bad thing!?!

Kat

new topic     » goto parent     » topic index » view message » categorize

8. RE: Bar code generator

On 25 Jan 2002, at 0:34, Brian Broker wrote:

> 
> I must be a geek...  You can download a small lib and a Win32Lib demo 
> with my Euphoria implementation from 
> http://www.cnw.com/~bkb/Eu/I25Encode.zip (case sensitive)
> 
> Hope you find it useful...
> -- Brian
> 
Brian,

Sure you are! The best kind of. I'll look at your app tomorrow night when I 
have a little spare time. Of course it'll be useful: I'll learn from it. Thanks 
a lot!

Cheers!

-- Euler

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu