This file includes information about steps that should be performed to install PerfUtils on your computer manually.
1) Unzip all files from the PerfUtilsD4Src.zip
2) Compile and
install packages.
3) Install help file
1) Run the Delphi 4.
2) Open PerfUtils run-time package vclPerfUtils4.dpk
3) Compile it.
4) Add the path of the run-time package to the Library Search
Path of Environement dialog.
5) Make the compiled package vclPerfUtils4.bpl available via path
environement variable. For example, move it to the
Windows\System32 directory or add the path of this file to the
path environement variable.
6)Open PerfUtils design-time package dclPerfUtils4.dpk
7)Compile it. Install it.
1) Copy pu_d4.cnt and pu_d4.hlp files to the directory with
Delphi 4 help files.
2) Add the following two lines to the delphi4.cnt file
:Index PerfUtils =pu_d4.hlp
:include pu_d4.cnt
3) Save the changes.