*********************************
****       Dew Research      ****
****  Recompiling the source ****  
*********************************

Contents:
I.) Recompiling 
II.) Recompiling for TeeChart 

I.)  Open NameX.bpg file, where Name is the name of the package
and X is the Delphi/CBuilder version for which you want to recompile
the package. The bpg file lists all the packages that have to be
recompiled in the order in which they have to be recompiled.
Edit Options for the package. Go to Directories/Conditionals
panel. Make the following entries:

Output directory: $(Delphi)\bin
Unit output: $(Delphi)\Lib
DCP output: $(Delphi)\Lib

for each package. Press compile for every package.
Press Install for every package with a name starting
with "Dcl". If you previously used an installer
that installer did not change Delphi search paths.
Instead it copied all the files to the Delphi\bin
and Delphi\lib directories. By recompiling
to the same directories, the old version has
been completely overwritten. Still a search path
has to be added to Delphi menu - > Tools -> Enviorenment
Options - >Library:

Library path: Add the location of source files.
Browsing path: Add the location of source files.

This will ensure that Delphi will be able to find .dfm
files and source files in case of debugging.


II.) Follow the instructions included with the 
distribution of binaries. (TeeChartSupport.rtf).
