Installation of TeeChart Pro V2011 with source

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rnh98027
Newbie
Newbie
Posts: 3
Joined: Wed Jan 18, 2012 12:00 am

Installation of TeeChart Pro V2011 with source

Post by rnh98027 » Wed Jan 18, 2012 7:15 pm

I am a new customer having used the Delphi distributed version previously. I just licensed the VCL TeeChart Pro V2011 for Delphi XE with source.

After downloading and installing, i ran "TeeRecompile" and then "TeeInstaller". However when I try to open Delphi i get the error message "Cannot load package 'Tee915'. It contains unit 'TeeAbout', which is also contained in package 'Tee9150'". How do I resolve this?

RNH98027

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

Re: Installation of TeeChart Pro V2011 with source

Post by Yeray » Thu Jan 19, 2012 9:20 am

Hi,

The TeeChart packages ended with "0" are the Standard packages shipped with the IDEs. Your IDE seems to be confused because it is trying to load the package you've just compiled (Tee915) but also the Standard package that came with the IDE (Tee9150).
To resolve this, please, check the IDE packages list making sure the Standard version isn't selected. Then you should be able to select the Pro packages.

Also note we usually recommend to install the binary version prior to the source code version because only the binary version includes the help files, tutorials and examples.
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

rnh98027
Newbie
Newbie
Posts: 3
Joined: Wed Jan 18, 2012 12:00 am

Re: Installation of TeeChart Pro V2011 with source

Post by rnh98027 » Wed Jan 25, 2012 6:32 pm

I uninstalled the Pro Source Version and Installed the binary version per your instructions. I recompiled it. Then I installed the Pro Source Version and recompiled it. Then I launched Delphi XE and Used "Components/Install Package" command, found the Pro Source version in the list. When I attempted to "checkmark" it i got the message attached i mentioned before, "Cannot load package 'Tee915.' It contains unit 'TeeAbout', which is also contained in package 'Tee9150'. "TeeAbout.dcu" and "TeeAbout.dfm" under the Embarcadero\RadStudio\8.0\lib\Win32\release folder were previously disabled by renaming them. I cannot find any other instances of "TeeAbout.dcu"

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

Re: Installation of TeeChart Pro V2011 with source

Post by Yeray » Thu Jan 26, 2012 9:37 am

Hi,

Some way or another it seems that the TeeChart package that comes with the IDE (Tee9150) is still trying to be loaded. If you can't find it selected in the packages list, the problem will probably be caused by another 3rd party component that is using TeeChart. Please, try to unselect any package suspicious to be using TeeChart and try to select TeeChart Pro again. You should be able to fins what package is making the difference.
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

rnh98027
Newbie
Newbie
Posts: 3
Joined: Wed Jan 18, 2012 12:00 am

Re: Installation of TeeChart Pro V2011 with source

Post by rnh98027 » Thu Jan 26, 2012 10:32 pm

I've done what you have suggested, and also uninstalled Report Builder and re-installed TChart, but without any success. Have searched for all instances of "TeeAbout" and for "*9150*" on my machine. I am on win 7 - 32 bit. I use Report Builder and Gnostice E-report for report output to PDF.

However, although I cannot "Install the TeeChartPro Package", I have been able to build the DCU's from the package and incorporate them into my project successfully with expected chart output. So I have an acceptable "work-around" and do not need any more help. However, it would be nice if this issue could be resolved in the future.

Raymhuff
Newbie
Newbie
Posts: 1
Joined: Thu Jan 26, 2012 12:00 am

Installation of TeeChart Pro V2011 with source

Post by Raymhuff » Fri Jan 27, 2012 10:35 pm

Installing from souce using teeRecomplie to xe and xe2 get an error in xe2 that says can not load this *.bpl was complied in a diffrent version of delphi

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

Re: Installation of TeeChart Pro V2011 with source

Post by Yeray » Mon Jan 30, 2012 12:38 pm

Hi Ray,
Raymhuff wrote:that says can not load this *.bpl was complied in a diffrent version of delphi
Are you using RAD Xe2 with Update3?
These problems are usually caused by a 3rd party component using a different version of TeeChart than the version that is trying to be installed.
Another common cause is some wrong reference in the Library and Search paths in the IDE. Please, check them making sure the TeeChart references are on the lists.
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