Page 1 of 1

Installation proble with D6

Posted: Mon Jan 30, 2006 2:10 pm
by 9042110
after installing and starting delphi I get the following:
"This application has failed to start because DclTee76.bpl was not found.
(I reinstalled no help)
after clicking the OK button I get this message before delphi starts:
"Can't load package C:\...\delphi6\Bin\dcldss60.bpl"
the specified module could not be found"
Reload next time? (yes/no)

any ideas would be helpful.
Pbar.

Posted: Mon Jan 30, 2006 2:18 pm
by narcis
Hi Pbar,

This is most likely to be a packages path problem.

To use TeeChart Pro v7 in Delphi 6 you first should have all Delphi updates available installed. The correct procedure is:

1) Uninstall TeeChart.
2) Install all Delphi 6 updates available which includes: Update 2, RTL Update 2 and RTL Update 3.
3) Reinstall TeeChart.
4) Check that Delphi 6 references TeeChart correctly. At Project>Options>Directories/Conditionals>Search Path there should be TeeChart Pro v7 "Bin" and "Lib" folder ON TOP of that list.
5) After that you should check the left-bottom "Default" checkbox.

Posted: Mon Jan 30, 2006 2:28 pm
by 9042110
that did it, thanks
Pbar