Installation Instructions For The Neural Component

GETTING STARTED
---------------
- Unzip 'TNeural.Zip' to a temporary directory (if necessary).

- If you don't already have directory for add-on components,
  create one at this time.  It is always a good idea to install
  new components in a directory separate from those included
  with the language (e.g. ':\Delphi\AddVCL').


INSTALLING THE HELP FILES
-------------------------
- If you are currently running Delphi, exit it now.  The help files
 cannot be installed while Delphi is running.

- Move the file 'TNeural.HLP' to the Delphi 'Bin' directory
  ('C:\Delphi\Bin' by default).

- Move the file 'TNeural.KWF' to the Delphi 'Help' directory
  ('C:\Delphi\Help' by default).

- Run the program 'HelpInst' from the 'Help' directory
  mentioned above.

- From HelpInst, load the file 'Delphi.hdx' which should be in
  the 'Bin' directory.

- From HelpInst, Add the file 'TNeural.KWF' to the list of indexes.

- From HelpInst, Save the new index file and exit the program.

- TNeural's Help file will now be merged with Delphi's.


INSTALLING THE NSHELL COMPONENT
------------------------------
- Move the following files from the temporary
  directory to your directory for add-on components
  (e.g. 'C:\Delphi\AddVCL'):

	(1) 'NShell2.DCU' 
	(2) 'NShell2.DCR' 
	(3) 'NS2Defs.DCU'

- Run Delphi and select 'Install Components' from the
  'Options' menu.

- If it's not already there, add the directory you store new
  components in, to the Search Path.

- Click on the 'Add' button and then the 'Browse' button to
  navigate to the add-on components directory mentioned above
  (e.g. 'C:\Delphi\AddVCL').

- Ensure that the 'List Files Of Type' filter includes
  'Unit File (*.DCU)'.

- Select the file 'NShell2.DCU' from the files list.

- Click on the 'OK' button to rebuild the VCL.

- The NSHELL component will appear in the 'AAS Components' tab.
