Installation

The units are all contained in the package PtClasses.dpk. However, there are different versions of PtClasses.dpk dependening on your version of Delphi or Kylix. See Files.html for a listing of units for each version.

Delphi 4
Open the file "PtClasses\Delphi 4\PtClasses.dpk" in Delphi and install the package.

Delphi 6 Personal/Professional
Run the batch file "PtClasses\Delphi 6 Pro\Install.bat" and install the package.

Delphi 6 Enterprise
Run the batch file "PtClasses\Delphi 6 Ent\Install.bat" and install the package.
NOTE: All the demos that use XML contain the compiler directive {$DEFINE MyXML}. Disable it to use Delphis own XML units.

Kylix Personal/Professional
Copy the "PtClasses.*" files up one level (to "PtClasses\"), then open "PtClasses.dpk" in Kylix and install it.

Kylix Enterprise
Copy the "PtClasses.*" files up one level (to "PtClasses\"), then open "PtClasses.dpk" in Kylix and install it.
NOTE: All the demos that use XML contain the compiler directive {$DEFINE MyXML}. Disable it to use Delphis own XML units.