News | | Download | Order/Buy | Barcode encyclopedia | Contact |
PSOFT barcode homepage
Barcode solutions for Delphi™, C++Builder™
Applications for Windows™, DLL
ActiveX for Microsoft Office™
Sep 20 2017

Updated Barcode library prices


Our second homepage




Are you developer? Can be inform about news, updates? Can you try new versions before official presentation? Not a member yet? Please join us.

EMail:
Are you developer? Can be inform about news, updates? Can you try new versions before official presentation? Not a member yet? Please join us.

EMail:






List of acticles

Description of Ean.inc file (Views eng: 11759 / Total with SVK: 12485)

Product : Barcode library




A set of Borland Delphi™ and C++Builder™ components for design and print barcode.

Introduction to ean.inc file.

ean.inc file contain all basic configuration settings of Barcode library. This file have strong influence for Barcode library function.
Important : all options use compiler directive {$define} .
If variable is active/set, must be in this file as {$define PSOFT_VARIABLE}.
if variable is inactibe/disable, remove this line or better way is write this as {.$define PSOFT_VARIABLE}. This assign line as remark.


All important you can write as {$define VARIABLE}
Available variables :

PSOFT_BARCODE_DB - if you can use data-aware components

Select here report tool
PSOFT_QREPORT Quick Report
PSOFT_QREPORT3 Quick Report version 3.x
PSOFT_QREPORT4 Quick Report version 4.x
PSOFT_PRAGNAAN Pragnaan report
PSOFT_RAVE Rave report
PSOFT_ACE Ace Reporter
PSOFT_RB Report Builder
PSOFT_FASTREPORT Fast Report
Note : You can combine any report tools, for example you can use FastReport and Quick Report at the same time. Always you can use direct print with using TCanvas, for this print style use can use method PaintBarcode located in EanKod.pas file.

Another settings
PSOFT_BC_MACROSmacros - Barcode studio 2008 or above
PSOFT_PROFProfessional version - use PDF417, Telepen,
PSOFT_STUDIOHighest version Barcode library, allow set more
PSOFT_EXPORTSif you use Barcode export module
PSOFT_PRINTif you use Barcode print module
PSOFT_EXTCTRLSenable extended barcode combo & list boxes
PSOFT_DECODERenable barcode decoder component 0 under construction
Borland programming environment
PSOFT_D3Delphi 3 or above
PSOFT_D4Delphi 4 or above
PSOFT_D5Delphi 5 or above
PSOFT_D6Delphi 6 or above
PSOFT_D7Delphi 7 or above
PSOFT_D8Delphi 8 or above
PSOFT_2005BDS 2005 or above
PSOFT_2006BDS 2006 or above
PSOFT_2007BDS 2007 or above
PSOFT_BCB5Borland C++ Builder 5 or above
PSOFT_BCB6Borland C++ Builder 6 or above
PSOFT_CLXIf you can use under Kylix