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 >
Text File  |  2001-07-30  |  978b  |  34 lines

  1.  
  2. {******************************************}
  3. {                                          }
  4. {           FastReport CLX v2.4            }
  5. {              Include file                }
  6. {                                          }
  7. { Copyright (c) 1998-2001 by Tzyganenko A. }
  8. {                                          }
  9. {******************************************}
  10.  
  11.  
  12. {$B-} {- Complete Boolean Evaluation }
  13. {$R-} {- Range-Checking }
  14. {$V-} {- Var-String Checking }
  15. {$T-} {- Typed @ operator }
  16. {$X+} {- Extended syntax }
  17. {$P+} {- Open string params }
  18. {$J+} {- Writeable structured consts }
  19. {$H+} {- Use long strings by default }
  20.  
  21. {$DEFINE Delphi3}
  22. {$DEFINE Delphi4}
  23. {$DEFINE Delphi5}
  24. {$DEFINE Delphi6}
  25.  
  26.  
  27. // If you have problems when compiling the package under Kylix (internal
  28. // compiler error), uncomment the following lines. It will exclude barcode
  29. // component, but you'll able to compile the package.
  30. {$IFDEF LINUX}
  31.   {$DEFINE KYLIXBUG}
  32. {$ENDIF}
  33.  
  34.