-
Now it's even easier to create barcodes. A dll is available in order to encode your barcodes. This dll is in the 'All the project' release.
2006-03-24 23:10:18 UTC in barcode fonts and encoders
-
My unixname on SF is WINBARCODES
Now this project extends to Linux and the new project
name is OPENBARCODES
Is it possible to change the unixname ? If No, is it
possible to create a new project named openbarcodes ?
Thank's.
2006-02-07 23:08:47 UTC in SourceForge.net
-
No it's not a violation. Since a font is a standalone product. And you can also use the VB functions because they are under LGPL : LGPL allow to use program parts in a commercial product. The end-users must be noticed of these licenses and you must provide code source of the encoding functions; for this you can only give an internet link like...
2006-02-07 23:01:18 UTC in barcode fonts and encoders
-
A windows DLL soon available in order to encode barcodes.
2005-12-19 22:35:23 UTC in barcode fonts and encoders
-
Fixed.
2005-11-19 23:16:45 UTC in barcode fonts and encoders
-
Now with "Windows barcode fonts and encoders" you can create EAN8 barcodes in addition of : 3 of 9, 128, EAN13, Interleaved 2 of 5 or PDF417 barcodes. With the associated fonts, print barcode is really a child play !
More infos at http://grandzebu.net/informatique/codbar-en/codbar.htm.
2005-10-20 23:03:54 UTC in barcode fonts and encoders
-
In VB, there is several EXIT statement (EXIT FOR, EXIT
DO, EXIT SELECT, EXIT FUNCTION, EXIT SUB)
This is very useful.
Now in Gambas I simulate this with the GOTO statement
but the GOTO use isn't a good practice !
2005-04-04 17:26:31 UTC in Gambas
-
In VB, there is several EXIT statement (EXIT FOR, EXIT
DO, EXIT SELECT, EXIT FUNCTION, EXIT SUB)
This is very useful.
Now in Gambas I simulate this with the GOTO statement
but the GOTO use isn't a good practice !
2005-04-04 12:43:18 UTC in Gambas
-
It would be useful to be allowed to assign a value in
the function name, the RETURN keyword is too limited :
Exemple :
Public Function MySample(Para as sting) as string
...
MySample = "Value"
...
MySample = MySample & "Other Value"
...
End Function
In this exemple MySample is seen as a local variable.
2005-04-04 12:39:25 UTC in Gambas
-
Now with "Windows barcode fonts and encoders" you can create 2 of 5 interleaved barcodes in addition of : 3 of 9, 128, EAN13 or PDF417 barcodes. With the associated fonts, print barcode is really a child play !
More infos at http://grandzebu.net/informatique/codbar-en/codbar.htm.
2005-03-23 23:37:54 UTC in barcode fonts and encoders