home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d12345
/
CHEMPLOT.ZIP
/
TPlot
/
Plot.inc
< prev
next >
Wrap
Text File
|
2001-05-31
|
1KB
|
42 lines
{What Delphi version are we using ?}
{$I Chemware.inc}
{BC++B support:}
{$IFDEF BCB}
{$ObjExportAll On}
{$ENDIF}
{Some people love 'em, some hate 'em:}
{.$ DEFINE FINANCIAL}
{NOTE: This adds a "Financial" menu, and associated goodies.
Does not work yet.}
{For those poor buggers that don't have the Pro versions:}
{$DEFINE NO_MATH}
{This includes GIF picture format support:}
{.$ DEFINE GIF}
{NOTE: you must download GIFImage.pas separately, and place it in the TPlot/TGifimage directory.}
{This includes PNG picture format support. This adds 6 kb to the executable, but requires libpng.dll 1.08-1.10}
{.$ DEFINE PNG}
{NOTE: you must download Pngimage.pas separately, and place it in the TPlot/pnglib directory.}
{NOTE2: PNG works AUTOMATICALLY under Linux because it is a basic Delphi picture file format.}
{$IFDEF LINUX}
{$DEFINE PNG}
{$ENDIF}
{Include Parser10 to calculate series functions:}
{.$ DEFINE FUNCTIONS}
{NOTE: you must download Parser10.pas separately, and place it in the TPlot/Parser10 directory.}
{This performs some performance testing:}
{. $ DEFINE PERFORMANCE}
{Call windows API functions instead of Delphi - used in PERFORMANCE}
{. $ DEFINE DIRECT_API}
{Perform some operations using pointers - used in PERFORMANCE}
{. $ DEFINE POINTERS}
{Show all menu items - for help file SHGs:}
{. $ DEFINE SHOWALLMENUS}