Short instruction to install Delphi for WDosX with Delphi 5
===========================================================

Contents
-------- 

I.  Installation guidance
II. Notes and supplements


I. installation guidance 
------------------------ 


1. Unzip the file WDosX511.zip 
   with all directories into 
   the root directory of Delphi5 "$(Delphi)".

2. Copy the following *.dcu files 
   from your Delphi 5 original CD (Version 5.00) 
   into the directory $(DELPHI)\LibWDosX:

   E:\Runimage\Delphi50\Lib\AppEvnts.dcu
   E:\Runimage\Delphi50\Lib\Classes.dcu
   E:\Runimage\Delphi50\Lib\Consts.dcu
   E:\Runimage\Delphi50\Lib\Contnrs.dcu
   E:\Runimage\Delphi50\Lib\Controls.dcu
   E:\Runimage\Delphi50\Lib\Forms.dcu
   E:\Runimage\Delphi50\Lib\IniFiles.dcu
   E:\Runimage\Delphi50\Lib\Messages.dcu
   E:\Runimage\Delphi50\Lib\ScktComp.dcu
   E:\Runimage\Delphi50\Lib\SysConst.dcu
   E:\Runimage\Delphi50\Lib\SysUtils.dcu
   E:\Runimage\Delphi50\Lib\TypInfo.dcu
   E:\Runimage\Delphi50\Lib\Windows.dcu

   All files should be with date 08/11/99, 05:00


3. Rename all files in this manner:
   Name.dcu => WDosName.dcu

ATTENTION: Step 2 and 3 can automaticly be done by
           use of the batch file CopyDcu.bat 
           in directory $(DELPHI)\LibWDosX.
           Start it within the Windows DOS box.
           The batch file needs a parameter which
           indicates your CD ROM drive with the
           Delphi CD.

           Enter e.g.:
           C:>CopyDcu E:

4. If you only own Delphi 5 Standard, proceed with
   step 6.

   Copy the following *.pas files 
   from your Delphi 5 original CD (Version 5.00) 
   into the directory $(DELPHI)\Source\WDosX:

   E:\Runimage\Delphi50\Source\Rtl\Sys\SysConst.pas
   E:\Runimage\Delphi50\Source\Rtl\Sys\SysUtils.pas

   E:\Runimage\Delphi50\Source\Rtl\Win\Messages.pas
   E:\Runimage\Delphi50\Source\Rtl\Win\Windows.pas

   E:\Runimage\Delphi50\Source\Vcl\AppEvnts.pas
   E:\Runimage\Delphi50\Source\Vcl\Classes.pas
   E:\Runimage\Delphi50\Source\Vcl\Consts.pas
   E:\Runimage\Delphi50\Source\Vcl\Contnrs.pas
   E:\Runimage\Delphi50\Source\Vcl\Controls.pas
   E:\Runimage\Delphi50\Source\Vcl\Forms.pas
   E:\Runimage\Delphi50\Source\Vcl\IniFiles.pas
   E:\Runimage\Delphi50\Source\Vcl\ScktComp.pas
   E:\Runimage\Delphi50\Source\Vcl\TypInfo.pas

   All files should be with date 08/11/99, 05:00

5. Rename all files in this manner:
   Name.pas => WDosName.pas

ATTENTION: Step 4 and 5 can automaticly be done by
           use of the batch file CopyPas.bat 
           in directory $(DELPHI)\Source\WDosX.
           Start it within the Windows DOS box.
           The batch file needs a parameter which
           indicates your CD ROM drive with the
           Delphi CD.

           Enter e.g.:
           C:>CopyPas E:


6. Start the patch program UPGAPP32.EXE
   in directory $(DELPHI)\BuildWDosX\Patch.
   Select the patch file WDosXDcu.upg in 
   directory $(DELPHI)\LibWDosX.
   Then choose the directory which should be
   to patch: $(DELPHI)\LibWDosX and start
   the patch process.
   Finish the patch program.

7. If you only own Delphi 5 Standard, you have finished
   installation of the WDosX VCL library.

   In other case start the patch program UPGAPP32.EXE
   in directory $(DELPHI)\BuildWDosX\Patch.
   Select the patch file WDosXPas.upg in 
   directory $(DELPHI)\Source\WDosX.
   Then choose the directory which should be
   to patch: $(DELPHI)\Source\WDosX and start
   the patch process.
   Finish the patch program.

II. Notes and supplements
------------------------- 

1. Adjustment * of the cfg files

   In the German Windows versions all programs 
   (like e.g. Delphi) are installed according 
   to standard in the directory: 

   c:\programme \...

   Unfortunately in the English and international 
   Windows version this directory is called differently: 

   c:\program files \... 

   For this reason the path specification in the *.cfg files 
   must be adapted to the current Windows version. 
   The same problem applies in a general manner, 
   if you installed Delphi in a different directory 
   like e.g.: 

   d:\Delphi5 \... 

   This problem concerns following files: 

   $(delphi)\buildwdosx\packages\common\wdosxcommon50.cfg
   $(delphi)\buildwdosx\packages\control\wdosxcontrol50.cfg
   $(delphi)\buildwdosx\packages\controlex\wdosxcontrolex50.cfg
   $(delphi)\objrepos\wdosapp\project1.cfg 

NOTE: The *.cfg files are needed only for the command line compiler 
      of Delphi (dcc32.exe). 
