home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Plot.inc
< prev
next >
Wrap
Text File
|
2001-07-30
|
1KB
|
49 lines
{What Delphi version are we using ?}
{$IFDEF WIN32}
{$I ..\Misc\Misc.inc}
{$ENDIF}
{$IFDEF LINUX}
{$I ../Misc/Misc.inc}
{$ENDIF}
{BC++B support:}
{$IFDEF BCB}
{$ObjExportAll On}
{$ENDIF}
{For those poor buggers that don't have the Pro versions:}
{$DEFINE NO_MATH}
{This includes GIF picture format support:}
{$IFNDEF LINUX}
{.$ DEFINE GIF}
{$ENDIF}
{NOTE: you must download GIFImage.pas separately, and place it in the TPlot/TGifimage directory.}
{... and it does not work under Linux.}
{This includes PNG picture format support. This adds 6 kb to the executable, but requires libpng.dll 1.08-1.10}
{.$ DEFINE PNG}
{NOTE 1: you must download Pngimage.pas separately, and place it in the TPlot/pnglib directory.}
{NOTE 2: you must include Lpng.dll with your application}
{NOTE 3: PNG works AUTOMATICALLY under Linux because it is a basic Kylix 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.}
{Show all menu items - for help file SHGs:}
{. $ DEFINE SHOWALLMENUS}
{Instead of just simple lines of best fit, let's do Polynomials of best fit !}
{. $ DEFINE POLYNOMIAL_FIT}
{Not working yet, but will be.}
{Some people love 'em, some hate 'em:}
{.$ DEFINE FINANCE}
{NOTE: This adds a "Financial" menu, and associated goodies.
Does not work yet.}