Page 1 of 1

Delphi 7 startup errors after installing Teechart Pro 7

Posted: Tue Mar 08, 2005 4:30 am
by 9236155
I am getting the following two errors on starting up Delphi 7 Enterprise Edition after installation of TeeChart Pro 7: -

1. DcTee77.bpl not found

2. c:\Program Files\Delphi7\bin\dcldss70.bpl module not found

Whilst I am able to do my development work in Teechart, these error message are annoying. Could somebody help me with the settings required to eliminate these error messages. I will appreciate precise navigation path for making any changes to various executables/library paths.

Satish

Posted: Tue Mar 08, 2005 8:49 am
by narcis
Hi Satish,

Code: Select all

1. DcTee77.bpl not found 
You should set properly Delphi 7 search paths at Project>Options>Directories/Conditionals>Search Path. And include there the following paths at the top of the list and finally select the left bottom "Default" checkbox.

C:\Program Files\Steema Software\TeeChart Pro 7 for Delphi 7\Delphi7\Bin
C:\Program Files\Steema Software\TeeChart Pro 7 for Delphi 7\Delphi7\Lib


*Please notice that all paths are english installation paths.

Code: Select all

2. c:\Program Files\Delphi7\bin\dcldss70.bpl module not found 
You have to remove both DC (Decision Cube) packages and all compiled DC files and then recompile/reinstall DC with new TeeChart version (either by using Recompile tool or manually by following install guidelines). Or you can simply disable the DC package, if you don't need it.

Correct installing order:
1) Install TeeChart 7
2) Deinstall Decision Cube (dcldss70.bpl) package at Project>Options>Packages>Design Packages
3) Remove *all* old DC compiled files
4) Use recompile tool to recompile DC with new TeeChart version. Or alternatively, manually edit both DC packages, change the Requires section and then compile/install them.

You will find a reinstall/recompile tool at C:\Program Files\Steema Software\TeeChart Pro 7 for Delphi 7. The tool is a file called TeeInstall.exe. Running this tool should solve problems 1 and 2.

If doing it manually you will find a Decision Cube recompilation tool at
C:\Program Files\Steema Software\TeeChart Pro 7 for Delphi 7\Delphi7\Decision Cube. The tool is DCubeRecomp.exe.

Posted: Wed Mar 09, 2005 5:53 pm
by 9236155
Narcis - Thanks - everything worked !!