TeeComma was compiled with a different version

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
SteffenK
Newbie
Newbie
Posts: 2
Joined: Mon Jun 14, 2010 12:00 am

TeeComma was compiled with a different version

Post by SteffenK » Fri Jun 18, 2010 12:31 pm

Yesterday my Delphi 2010 made a automatic upgrade but now I have the following problems.

1)
I can’t have the packages “Teechart Standard 8 components” and “TeeChart Pro 9 Components” install at the same time because there are duplicated TAbout in them?

2)
When compiling my project I now get the following error:
“TeeComma was compiled with a different version of Chart.TCustomChart”

Any hint or help is highly appreciated?
Attachments
Tee.jpg
Tee.jpg (329.62 KiB) Viewed 1732 times

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

Re: TeeComma was compiled with a different version

Post by Narcís » Fri Jun 18, 2010 2:47 pm

Hi SteffenK,
1)
I can’t have the packages “Teechart Standard 8 components” and “TeeChart Pro 9 Components” install at the same time because there are duplicated TAbout in them?
That's correct. Delphi doesn't allow having two components with the same name registered at the same time. You should either activate v8 or v9 packages.
2)
When compiling my project I now get the following error:
“TeeComma was compiled with a different version of Chart.TCustomChart”
Thsi error message indicates your Delphi is still referencing old Delphi packages. At this thread you'll find the instructions to fix the issue.

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

Post Reply