Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing TurboPower SysTools.

Status
Not open for further replies.

2ffat

Programmer
Oct 23, 1998
4,811
US
SysTools is a collection of system tools for Delphi and Borland C++. It is available from SourceForge.net.

Installation of this package was done on XP Pro for Borland C++ Builder 6. This installation should apply to any installation of SysTools. Included in the installation package is a ReadMe.txt file. This file has left one step
out. The file reads, in part,
1. Unzip the release files into a directory (e.g., d:\systools).

2. Start Delphi or C++Builder.

3. Add the source subdirectory (e.g., d:\systools\source) to the IDE's library path.

4. Open & install the designtime package specific to the IDE being used. The IDE should notify you the components have been installed.

5. Make sure the PATH environmental variable contains the directory in which the compiled packages (i.e., BPL or DPL files) were placed.


There should be a step between 3 and 4. This step should be
Open & install the runtime package specific to the IDE being used.


James P. Cottingham

When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity.
[tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top