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
Delphi 7 startup errors after installing Teechart Pro 7
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Satish,
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.
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.
Code: Select all
1. DcTee77.bpl not found
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
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |