Page 1 of 1

VCL 2010 Installation Conflicts

Posted: Thu Sep 16, 2010 3:13 pm
by 10048410
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.

Re: VCL 2010 Installation Conflicts

Posted: Fri Sep 17, 2010 7:21 am
by narcis
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

Re: VCL 2010 Installation Conflicts

Posted: Wed Sep 22, 2010 4:02 pm
by 10048410
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?

Re: VCL 2010 Installation Conflicts

Posted: Fri Sep 24, 2010 2:10 pm
by yeray
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".

Re: VCL 2010 Installation Conflicts

Posted: Fri Sep 24, 2010 3:16 pm
by 10048410
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.

Re: VCL 2010 Installation Conflicts

Posted: Fri Sep 24, 2010 3:26 pm
by 10048410
I looked in the "TeeMaker" package and there were no components. When I unchecked it, my problem was solved.

Thanks