Class TChart not found
Class TChart not found
I am getting this error when loading an app from another computer onto this one.
Class TChart not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.
I have updated all paths, as far as I know.
I am sure it is the old version of Steema that came with BCB6 that is doing something, but I don't know how to get rid of it.
I may have installed an eval version, but I don't remember any more.
sten
Class TChart not found. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.
I have updated all paths, as far as I know.
I am sure it is the old version of Steema that came with BCB6 that is doing something, but I don't know how to get rid of it.
I may have installed an eval version, but I don't remember any more.
sten
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sten,
You should check that the project Include and Library paths on that machine include new TeeChart version "Include" and "Lib" folders respectively.
You should check that the project Include and Library paths on that machine include new TeeChart version "Include" and "Lib" folders respectively.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sten,
Does a new blank application created on that machine with a TChart on a form runs fine?
Does a new blank application created on that machine with a TChart on a form runs fine?
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 |
No - I noticed the tab wasn't even there on the pallette, so I re-installed. Still not there.narcis wrote:Hi sten,
Does a new blank application created on that machine with a TChart on a form runs fine?
So, I went in to the "Configure Pallette...", and TeeChart is on the list, but not enabled. When clicking the checkbox to enable I get this message:
---------------------------
C++Builder 6
---------------------------
Cannot load package 'Tee7C6.' It contains unit 'Teeconst,'which is also contained in package 'tee60'
---------------------------
OK
---------------------------
I am not sure on how to get rid of tee60.
Thanks!
-sten
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sten,
Tee60 corresponds to the TeeChart version shipped with C++ Builder and Delphi. First of all you need to disable that package from the packages list. Then you should make sure that your IDE include and library paths include your new TeeChart version "Include" and "Lib" path at top of each list respectively.
Tee60 corresponds to the TeeChart version shipped with C++ Builder and Delphi. First of all you need to disable that package from the packages list. Then you should make sure that your IDE include and library paths include your new TeeChart version "Include" and "Lib" path at top of each list respectively.
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 |
How can I do that? "Component | Install Packages"? I can not find it there.narcis wrote:Hi sten,
Tee60 corresponds to the TeeChart version shipped with C++ Builder and Delphi. First of all you need to disable that package from the packages list. Then you should make sure that your IDE include and library paths include your new TeeChart version "Include" and "Lib" path at top of each list respectively.
nets
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sten,
To check which packages are installed you need to go to Project\Options\Packages. To set the Include and Library paths you need to go at Project\Options\Directories/Conditionals.
To check which packages are installed you need to go to Project\Options\Packages. To set the Include and Library paths you need to go at Project\Options\Directories/Conditionals.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi sten,
Thanks for the info. Then you may need to upgrade TMS components TeeChart references to your current TeeChart version to get both components working together or get a TMS components version compatible with that TeeChart version.
Thanks for the info. Then you may need to upgrade TMS components TeeChart references to your current TeeChart version to get both components working together or get a TMS components version compatible with that TeeChart version.
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 |