VCL 2010 Installation Conflicts

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DataInspector
Newbie
Newbie
Posts: 13
Joined: Mon Feb 25, 2008 12:00 am

VCL 2010 Installation Conflicts

Post by DataInspector » Thu Sep 16, 2010 3:13 pm

I am trying to install TeeChart 2010 into Delphi 2006, but get the error messages listed below when I fire up Delphi. This particular install of Delphi is new. I have loaded the following third party packages: TatukGIS V9 DK; ReportBuilder V10.09; DevExpress 52. I also have a D7 install on the same computer that has TeeChart, DevExpress, and ReportBuilder on it.

After the first attempts to load TeeChart failed, I unloaded ReportBuilder and DevExpress. I still, however, get the same error messages. They are listed below.

"Can't load package c:\Program Files\Steema Software\TeeChart 2010 for Delphi 2006\Delphi10\Bin\DclTeePro910.bpl. Cannot load package 'Tee910'. It contains unit 'TeeAbout', which is also contained in package 'tee100'. Do you want to attempt to load this package the next time the project is loaded."

"This application failed to start because DclTeePro910.bpl was not found. Re-installing the application may fix this problem."

"Can't load package c:\Program Files\Steema Software\TeeChart 2010 for Delphi 2006\Delphi10\Bin\DclTeeMaker110.bpl. The specified module could not be found. Do you want to attempt to load this package the next time the project is loaded."

"Can't load package c:\Program Files\Steema Software\TeeChart 2010 for Delphi 2006\Delphi10\Bin\DclTree2D10Tee9.bpl. Cannot load package 'Tee910'. It contains unit 'TeeAbout', which is also contained in package 'tee100'. Do you want to attempt to load this package the next time the project is loaded."

I am in a bind here. Have to get a D7 Application ramped up to D2006 as soon as possible.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: VCL 2010 Installation Conflicts

Post by Narcís » Fri Sep 17, 2010 7:21 am

Hi DataInspector,

This error message indicates your Delphi is still referencing old TeeChart pacakges. It can be it still has references to the TeeChart version shipped with it or that other 3rd party packages are referencing old TeeChart version. For standard version reference please read this thread. If you still have 3rd party components installed please read those threads:

http://www.teechart.net/support/viewtop ... ess#p43881
http://www.teechart.net/support/viewtop ... ess#p45142
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

DataInspector
Newbie
Newbie
Posts: 13
Joined: Mon Feb 25, 2008 12:00 am

Re: VCL 2010 Installation Conflicts

Post by DataInspector » Wed Sep 22, 2010 4:02 pm

I have made sure that the search paths are correct and that they are at the top of the list. I stll have a problem opening a project that i created in D7. In particular, the datamodule won't open and gives an error that it can't find dclTeePro910.bpl and dclTeeMaker110.bpl, even though they are in the correct path provided under Project/Options.

Any ideas?

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

Re: VCL 2010 Installation Conflicts

Post by Yeray » Fri Sep 24, 2010 2:10 pm

Hi DataInspector,
DataInspector wrote:"Can't load package c:\Program Files\Steema Software\TeeChart 2010 for Delphi 2006\Delphi10\Bin\DclTeePro910.bpl. Cannot load package 'Tee910'. It contains unit 'TeeAbout', which is also contained in package 'tee100'. Do you want to attempt to load this package the next time the project is loaded."
tee100 is the runtime package for the TeeChart that is shipped with the IDE. As this error message says, this packages hasn't been correctly uninstalled and the recently installed Teechart v2010 (Tee910) is conflicting with it.
Please go to Project/Options/Packages and verify that the "TeeChart Standard 7 Components" is unchecked. Then, you should be able to check the "TeeChart Pro 9 Components".
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

DataInspector
Newbie
Newbie
Posts: 13
Joined: Mon Feb 25, 2008 12:00 am

Re: VCL 2010 Installation Conflicts

Post by DataInspector » Fri Sep 24, 2010 3:16 pm

I am not presented with the "TeeChart Standard 7 Components" in the list of packages. I have the following "Tee" packages presented "TeeChart Pro 9 Components", "TeeMaker", and "TeeTree 2 Components" and they are all checked.

DataInspector
Newbie
Newbie
Posts: 13
Joined: Mon Feb 25, 2008 12:00 am

Re: VCL 2010 Installation Conflicts

Post by DataInspector » Fri Sep 24, 2010 3:26 pm

I looked in the "TeeMaker" package and there were no components. When I unchecked it, my problem was solved.

Thanks

Post Reply