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?
TeeComma was compiled with a different version
TeeComma was compiled with a different version
- Attachments
-
- Tee.jpg (329.62 KiB) Viewed 1758 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeComma was compiled with a different version
Hi SteffenK,
Hope this helps!
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.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?
Thsi error message indicates your Delphi is still referencing old Delphi packages. At this thread you'll find the instructions to fix the issue.2)
When compiling my project I now get the following error:
“TeeComma was compiled with a different version of Chart.TCustomChart”
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 |
Instructions - How to post in this forum |