package Tee8120/Tee812 and unit CandleCh

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

package Tee8120/Tee812 and unit CandleCh

Post by Claus Nielsen » Thu Dec 24, 2009 1:23 pm

Hi,
In the slow process of porting a D2007-delphi project to D2009, I now have all relevant third-party components installed on the Tool Palette, but I have trouble getting the TeeChart setup working correctly. When D2009 is started up, I get the message "Cannot load package Tee8120 .. it contains TeeAbout which is also contained in package Tee812". I have the TeeChart version with source code and I ran the recompile tool before opening the IDE.

- what can be done to remove this error?

Another problem haunting me is the "Error F2051 unit CandleCh was compiled with a different version of TeEngine.TChartSubGalleryProc". I tried to remove all teechart components from my forms and replace them with new ones, but delphi insists that unit CandleCh is mismatched.

- how do I handle that?

Best regards
Claus

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

Re: package Tee8120/Tee812 and unit CandleCh

Post by Narcís » Thu Dec 24, 2009 2:03 pm

Hi Claus,
In the slow process of porting a D2007-delphi project to D2009, I now have all relevant third-party components installed on the Tool Palette, but I have trouble getting the TeeChart setup working correctly. When D2009 is started up, I get the message "Cannot load package Tee8120 .. it contains TeeAbout which is also contained in package Tee812". I have the TeeChart version with source code and I ran the recompile tool before opening the IDE.

- what can be done to remove this error?
Tee8120 is on of the packages corresponding to TeeChart v8 Standard, which is the version shipped with D2009. You should go to the packages list at Project -> Options -> Packages and disable or uninstall TeeChart 8 Standard packages.
Another problem haunting me is the "Error F2051 unit CandleCh was compiled with a different version of TeEngine.TChartSubGalleryProc". I tried to remove all teechart components from my forms and replace them with new ones, but delphi insists that unit CandleCh is mismatched.
This is a problem with your IDE or projects search paths. You should make sure that at Project -> Options -> Directories/Conditionals -> Include file search path has latest TeeChart version paths on *top* of the list, that there are no old paths listed and also do the same at Tools -> Options -> Delphi Options -> Library - Win32 -> Library path list.

Hope this helps!
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

Claus Nielsen
Newbie
Newbie
Posts: 24
Joined: Mon Feb 25, 2008 12:00 am

Re: package Tee8120/Tee812 and unit CandleCh

Post by Claus Nielsen » Fri Dec 25, 2009 2:07 pm

Dear Narcis,
Thank you! - this was helpful. I did have the correct search paths set and the standard TeeChart package was not listed in the components list. I looked for files containing the string 'Tee8120' and found one file in the ..\SYSTEM32 directory. I renamed it into something else, and from there on everything seemed to work well. Even the 'CandleCh' -problem disappeared! It is beyond me why D2009 was so interested in the Tee8120 file, but it is probably very difficult to make an interface that allows trouble-free plug-and-play of third party components.
Best regards
Claus

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

Re: package Tee8120/Tee812 and unit CandleCh

Post by Yeray » Mon Dec 28, 2009 8:49 am

Hi Claus,

Yes, delphi loads the runtime packages present at windows system folder at the IDE startup. And the TeeChart runtime packages that come with the IDEs use to end in zero (Tee*0.bpl).
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