If you find any problems during installation write us to:
 kurinn@gu.kiev.ua

Latest version of Dream Controls can be downloaded from our web site:
 http://www.brama.com/dream-co 

Registration process described in order.txt


Common Steps
==============================================================

1. Uninstall and remove old version of Dream Controls.

2. Extract all files of Vol.I in C:\DREAM directory. 

3. Extract all files of Vol.II in C:\DREAM directory.  (only if you have Vol.II)

4. Extract all files of Vol.III in C:\DREAM directory. (only if you have Vol.III)

5. Add path C:\DREAM\UNITS to "Library Path" in Environment Options|Library

(You can use any drive instead of C:\)

Installation in Delphi 3
==============================================================

1. Run Delphi.

2. Open and install following packages:    
     \UNITS\
       dcctrls.dpk
       dcdbctrl.dpk
       dcctrls2.dpk (only if you have Vol.II)
       dcctrls3.dpk (only if you have Vol.III)


Installation in Delphi 2 and C++Builder 1.0
==============================================================

1. Run Delphi or C++Builder and select COMPONENTS|INSTALL
   menu item.

2. Click on the ADD button and add following units to the components 
   library:
     \UNITS\
       ctrlreg.pas
       dcdbreg.pas
       ctrlreg2.pas (only if you have Vol.II)
       ctrlreg3.pas (only if you have Vol.III)

   (If you don't have PAS files use DCUs)

3. Click OK in the Install Components dialog box. Library will be 
   recompiled and our components will appear on palette.


Installation in C++ Builder 3
==============================================================

1. Run C++Builder.

2. Open and install following packages:    
     \UNITS\
       dcctrls.bpk
       dcdbctrl.bpk
       dcctrls2.bpk (only if you have Vol.II)
       dcctrls3.bpk (only if you have Vol.III)


Instant Report installation (Vol.II or higher required)
===============================================================

1. If you under Delphi:
     Open project \DEMO\INSTANT\INSTANT.DPR.

   If you under C++Builder:
     Open project \DEMO\INSTANT\INSTANT.MAK.

2. If you don't have Vol.III installed:
     Open mainunit.pas and comment out define {$DEFINE VOLUME3}

3. Compile project and run it.

General Notes
==============================================================

* To register our component and property editors in your program (for use with 
  Object Inspector, Form Designer and property aware controls) you need to add
  such units to your project:
   
   \UNITS\
     peregist.pas - to register components, property and components editors 
		    of Vol.I

     peregis2.pas - to register components, property and components editors 
		    of Vol.II

     peregis3.pas - to register components, property and components editors 
		    of Vol.III

   (If you don't have PAS files use DCUs)


* Interface sections of source files are documented. Please look 
  in \INT\ subdirectories for *.INT files

* If you work under C++Builder and encounter problems with Dream Controls try
  to set "Incremental linking" option off and press "Release" button in 
  Options|Project|C++ tab.

* Demo project \TRANSP\TRDEMO doesn't work in Borland Delphi2 IDE

* Demo project \DCGEN\2 doesn't work in D2
