Page 1 of 1

Installation Problem

Posted: Wed May 18, 2011 3:07 pm
by 16459366
I have a new PC. The first thing I did was to install Delphi XE. The second thing I did on it was to install TeeChart Pro.

When starting XE I get the following error:

Can't load package C:\Program Files\Steema Software\TeeChart 2011 for Delphi 2011\Delphi15\Bin\DclTree2D15Tee9.bpl. Cannot load package 'Tee915'. It contains 'GDIPAPI', which is also contained in package 'Tee9150'. Do you want to attempt to load this package the next time a project is loaded?

I assume it's a clash with the standard TeeChart? Can someone tell what I have to do to resolve this?

Thanks
Mark

Re: Installation Problem

Posted: Wed May 18, 2011 11:00 pm
by 16459366
I wasn't 100% certain if this is the right thing to do but I renamed the tee9150.bpl and dcltee9150.bpl files. It seems to load ok now.

It would be nice if the installation program could handle this. I'm surprised it doesn't?

Mark

Re: Installation Problem

Posted: Fri May 20, 2011 12:02 pm
by yeray
Hello Mark,

The error message means that the TeeChart Standard that comes with the IDE (Tee9150) is still loaded when the IDE starts. To solve it, you have to manually unselect it from the packages list in the IDE and select the TeeChart Pro Components in the same list.

This is usually done successfully by the installer, but sometimes it fails, depending on many factors like user privileges, folder attributes, old installations,...

Re: Installation Problem

Posted: Fri Sep 23, 2011 2:30 pm
by 16560255
I'm with the same problem.
I didn't found witch Delphi component is using Tee9150.
I'm trying to install this on Delphi XE, any suggestions ?

Tks.

Re: Installation Problem

Posted: Fri Sep 23, 2011 2:37 pm
by narcis
Hi Rodrigo,

Yes, you should make sure that new TeeChart version "Bin" and "Lib" paths are on top of the Library path list at Tools -> Options -> Delphi Options -> Library.

It could also be that another 3rd party tool is referencing TeeChart standard packages. In which case you should upgrade their TeeChart references to the new TeeChart version and recompile them, something similar to whats described in the QuickReport article here, or disable them. If you don't have component sources you should contact the manufacturer for a version compatible with your TeeChart version.

Hope this helps!

Re: Installation Problem

Posted: Fri Sep 23, 2011 4:22 pm
by 16560255
The only packages I have installed in my Delphi XE are:
IDE Fix Pack XE 4.5
CnPack IDE Wizards 0.9.8.603
Embarcadero Quality Insight
AutomatedQA AQTime Standard
DevExpress

No success on installation yet. :/

Re: Installation Problem

Posted: Fri Sep 23, 2011 4:25 pm
by 16560255
Other thing, I search on whole computer for Tee9150.bpl and it doesn't exist.

Re: Installation Problem

Posted: Fri Sep 23, 2011 5:32 pm
by 16560255
The problem was with DevExpress, so I uninstalled it. Installed TeeChart and after installed DevExpress again, so it's alright now.

Tks