Installation


Upgrading

Uninstall any previous versions of TPlot and the Misc package. Remove them from your hard drive. Then proceed with installation as outlined below.

Installation:

TPlot requires the Misc package for several utilities. This is now included in the TPlot distribution. If you define GIF, PNG, EXCEL or FUNCTIONS in 'Plot.inc', then you will have to download various third party packages. See the help file for details.

Delphi 1 .. 3:

Are no longer supported.

Delphi 4 .. 7:

  1. open the appropriate project group (eg: TPlot\D7\Plot300.bpg);
  2. I suggest that you set (Tools .. Environment options .. Library) the BPL and DPC output directories to $(DELPHI)\Bin or $(DELPHI)\Projects\Bpl, or some other $(DELPHI) subdirectory;
  3. build the Misc Run-time package (ie: Misc300_Run.bpl = Misc\D7\Misc300_Run.dpk);
  4. build the Misc Design-time package (ie: Misc300_Design.bpl = Misc\D7\Misc300_Design.dpk);
  5. install the Misc Design-time package into the IDE;
  6. build the TPlot Run-time package (ie: Plot300_Run.bpl = TPlot\D7\Plot300_Run.dpk);
  7. build the TPlot Design-time package (ie: Plot300_Design.bpl = TPlot\D7\Plot300_Design.dpk);
  8. install the TPlot Design-time package into the IDE;
  9. If you need database support, then proceed with ...
  10. build the TDBPlot run-time package (ie: DBPlot300_Run.bpl = TPlot\DBPlot300_Run.dpk);
  11. build the TDBPlot design-time package (ie: DBPlot300_Design.bpl = TPlot\DBPlot300_Design.dpk);
  12. install the TDBPlot design-time package into the IDE;

BC++:

Borland C++ is no longer supported - I do not have a modern version of this product. TPlot will probably work in BC++, but you will have to construct the packages and projects yourself.

Kylix:

As per Delphi 4 and 5, but open the files in the TPlot\K3 directory(eg: TPlot/K3/Plot300.bpg). Make sure you have the appropriate file and directory access permissions - open a XTerm, su root, konqueror, then right-click to get the Properties dialog.

Notes:

Cross-platform development