Business Calculator VCL Version 1.0

Copyright 1996 Winc Software

Installing the component

To install the program, you should run SETUP.EXE on the distribution disk. It will
prompt you for a destination directory. We suggest a separate directory, so that 
updates to Delphi and the Business Calculator have less opportunity to conflict when 
you need to update either one in the future.

Building CompLib

Unfortunately, the setup program is not able to completely get the Business Calculator
ready for use. You still need to install the components into Delphi's Palette. To do 
this you will:

1. Select the Options from the Delphi main menu.

2. Select Install Components from the Options menu.

3. Select the Add button.

4. Use the Browse button to add the WINCSOFT.DCU file in the directory where you just 
   installed the Business Calculator.

5. Now you hit the OK button to rebuild the COMPLIB file.

Installing Context-Sensitive Help

We have included all documentation on-line in the WINCSOFT.HLP file. There is also the
accompanying WINCSOFT.KWF file that will allow Delphi's IDE to call our help file as an
extension of the built-in help.

To install the help system, you need to use the HELPINST program that was supplied with 
Delphi. You will add the KWF file to Delphi's index of keyword files, and help will be 
automatically available from the tool palette and Object Inspector just like for the 
built-in components. To install the keyword file using HELPINST:

1. Copy the WINCSOFT.HLP and WINCSOFT.KWF files to the "\Delphi\Bin" sub-directory in the 
   16-bit version and "\Program Files\Borland\Delphi 2.0\Help" sub-directory in the 
   32-bit version.

2. Run the HELPINST utility, an icon for which should have been put in the Delphi group.
   Note that in Delpi 2, this is in the Help\Tools sub-directory, and may not have an icon.

3. You should now see a Windows app that will let you File|Open an index file. This 
   should be the DELPHI.HDX file in the BIN directory. After opening it, you will be able
   to add the WINCSOFT.KWF keyword file to it by clicking the "+" icon.

4. Now you can File|Save the index so that the changes will be available the next time 
   you run Delphi.

The BUSCALC.HLP help file.

The BUSCALC.HLP file is the end-user help file for the Business Calculator. This should
be distributed with applications that contain the calculator component. Set the 
calculator's HelpFile property to the location of this file on the target machine.
