I am quite frustrated. I loaded up Borland Delphi Studio 2006. I had serious problems getting my Delphi tee chart applicaitons to run. I used the pevious dicussion and postings and managed to get it to run, but with great difficulty and I am not sure how I did it.
Now I am trying to run a C++ Builder application. When I try to build or compile, I get errors on the #Include statements for Teechart.
[C++ Error] Unit1.h(24): E2209 Unable to open include file 'Chart.hpp'
[C++ Error] Unit1.h(25): E2209 Unable to open include file 'Series.hpp'
[C++ Error] Unit1.h(26): E2209 Unable to open include file 'TeEngine.hpp'
[C++ Error] Unit1.h(27): E2209 Unable to open include file 'TeeProcs.hpp'
I think that is similar to the Delphi-pascal problems, but I can't seem to fix it. Please be specific.
I am using the C++ Builder component of Delphi Studio 2006 Pro. I have TeeChart-7.
Isogon
Trouble running Borland C++ builder
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi isogon,
To solve that you should open BDS 2006, go to Project, Default Options, C++ Builder, Paths and Defines and add your new TeeChart version Include folder to the Include search path list.
To solve that you should open BDS 2006, go to Project, Default Options, C++ Builder, Paths and Defines and add your new TeeChart version Include folder to the Include search path list.
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 |
Dear Narcis,
Your suggestion solved my problem.
Now I am getting errors concerning the TeeChart components, such as:
First chance exception at $7C81EB33. Exception class EReadError with message 'Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Error reading Chart1->DepthTopAxis.Automatic: Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Property Chart1->zoom does not exist'. Process BkgII.exe (2212)
I wrote out the last one because it came up several times and now the first errors come up first.
Thanks for any help.
One more question... When I try to get teechart help hitting F1 on my C++ code, I get "OLE... error. Doe this make sense to you?
isogon.
Your suggestion solved my problem.
Now I am getting errors concerning the TeeChart components, such as:
First chance exception at $7C81EB33. Exception class EReadError with message 'Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Error reading Chart1->DepthTopAxis.Automatic: Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Property Chart1->zoom does not exist'. Process BkgII.exe (2212)
I wrote out the last one because it came up several times and now the first errors come up first.
Thanks for any help.
One more question... When I try to get teechart help hitting F1 on my C++ code, I get "OLE... error. Doe this make sense to you?
isogon.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi isogon,
You should also check that TeeChart's Lib folder is also included at Library path list.Now I am getting errors concerning the TeeChart components, such as:
First chance exception at $7C81EB33. Exception class EReadError with message 'Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Error reading Chart1->DepthTopAxis.Automatic: Property DepthTopAxis does not exist'. Process BkgII.exe (2212)
First chance exception at $7C81EB33. Exception class EReadError with message 'Property Chart1->zoom does not exist'. Process BkgII.exe (2212)
I wrote out the last one because it came up several times and now the first errors come up first.
TeeChart help doesn't work in BDS because Borland changed their help format and still hasn't published and API for 3rd party tools manufacturers to merge their help files into the BDS help file system. To use TeeChart help you'll have to manually open the help file at TeeChart "Docs" folder.One more question... When I try to get teechart help hitting F1 on my C++ code, I get "OLE... error. Doe this make sense to you?
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 |