Installing TeeChart Pro 7.12 on BDS 2006

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
sibren
Newbie
Newbie
Posts: 1
Joined: Mon Aug 28, 2006 12:00 am

Installing TeeChart Pro 7.12 on BDS 2006

Post by sibren » Tue Sep 22, 2009 7:42 pm

Hi,

I'm trying to install TeeChart Pro 7.12 on BDS 2006.
Installation goes perfect untill I start BDS 2006. I get the following error:
---------------------------
Error
---------------------------
Can't load package C:\Components\TeeChart\Delphi10\Bin\DclTree2D10Tee7.bpl.
The specified module could not be found.
Do you want to attempt to load this package the next time a project is loaded?
---------------------------
Yes No
---------------------------


But when I take a look at that location the file 'DclTree2D10Tee7.bpl' is there.
So what's the problem?
As a result, I can't see any TeeChart components in my Tool palette!
Who can help me?

Kind regards,
Sibren

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Installing TeeChart Pro 7.12 on BDS 2006

Post by Yeray » Wed Sep 23, 2009 8:52 am

Hi Sibren,

First of all, note that DclTree2D10Tee7 is a the TeeTree design time package, not the TeeChart one. So I would answer NO to the error message. Actually, I would proceed as follows:

- Uninstall any previous TeeChart installation.

- Open the IDE, close any project.
- Uncheck any TeeChart and TeeTree package in the packages list.
- Clean the IDE's search and library paths.
- Close the IDE.

- Search and move to a backup folder any old TeeChart installation file (I'd search for *tee* in the IDE's bin and lib folder, and also at windows system32 folder)

- Install TeeChart Pro 7.12.

- Open the IDE, close any project.
- Verify that the correct packages are selected at the package list.
- Verify the IDE's search and library paths.
- Create and run a new test application with a simple chart on the form.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply