Fileinformation:
----------------
Filename: prmana11.zip
Version: 1.1
Target: Delphi 1.0 and Delphi 2.0
Author: Hannes Danzl
        e9026733@stud3.tuwien.ac.at
Freeware, full source
Category: Applications WITH sources		


Description:
------------
The Delphi Project Starter is a very simple program 
that starts the Delphi with a selected project AND the
according Component library.

History:
--------

  New in Version 1.1 (970121):
  * Now supports 16 and 32 bit Delphi Versions
  * Import of V1.0 Data
  * Corrected some little bugs ("bugs? what is this! I'm perfect!!" ;-) )

  First Release 1.0 (970115)

How it works:
-------------
All Projects are held in a Paradox Table. On pressing the 
"Open Project"-button it does the following

* In Delphi 1.0 it simply writes the entries in the Delphi.ini file
  and starts Delphi. (look procedure "startdelphi1")
  the active Project-Name is stored in section "Session" in the keyword "Project",
  the Library-Path in section "Library" in keyword "SearchPath" and
  the Library-Name in section "Library" in keyword "ComponentLibrary.

* In Delphi 2.0 it uses the Delphi32.reg to change the Registry-Entries 
  for the Current User and then starts Delphi. (look procedure "startdelphi2")
  the active Project-Name is stored in section [HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Session] in the keyword "Project",
  the Library-Path in section [HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Library] in keyword "SearchPath" and
  the Library-Name in section [HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Library] in keyword "ComponentLibrary".
  BUT: in the registry you have to use "\\" instead of "\"
