home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
FRCLX.ZIP
/
SOURCE
/
FR.inc
< prev
next >
Wrap
Text File
|
2001-07-30
|
978b
|
34 lines
{******************************************}
{ }
{ FastReport CLX v2.4 }
{ Include file }
{ }
{ Copyright (c) 1998-2001 by Tzyganenko A. }
{ }
{******************************************}
{$B-} {- Complete Boolean Evaluation }
{$R-} {- Range-Checking }
{$V-} {- Var-String Checking }
{$T-} {- Typed @ operator }
{$X+} {- Extended syntax }
{$P+} {- Open string params }
{$J+} {- Writeable structured consts }
{$H+} {- Use long strings by default }
{$DEFINE Delphi3}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
// If you have problems when compiling the package under Kylix (internal
// compiler error), uncomment the following lines. It will exclude barcode
// component, but you'll able to compile the package.
{$IFDEF LINUX}
{$DEFINE KYLIXBUG}
{$ENDIF}