Hi, is it possible to default the examples source to display the C++ versions, from the Features C++ folder?
thanks
Can examples be set to display C++ source instead of delphi?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Can examples be set to display C++ source instead of delphi?
Hi darcy,
Yes, open your machine's registry, go to the HKEY_CURRENT_USER\Software\Steema Software\TeeChart Pro v8 VCL key and change DemoPath's value to C++ Builder sources folder.
Yes, open your machine's registry, go to the HKEY_CURRENT_USER\Software\Steema Software\TeeChart Pro v8 VCL key and change DemoPath's value to C++ Builder sources folder.
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 |
Re: Can examples be set to display C++ source instead of delphi?
Narcis,
Nice to meet you and thanks for the prompt reply. I know this topic is not a priority but I tried what you suggested but to no avail. In fact, each time I modify the reg entry and relaunch Tee8New.exe the DemoPath entry is removed. The demo app still runs successfully and displays the Delphi code.
Any help appreciated.
Nice to meet you and thanks for the prompt reply. I know this topic is not a priority but I tried what you suggested but to no avail. In fact, each time I modify the reg entry and relaunch Tee8New.exe the DemoPath entry is removed. The demo app still runs successfully and displays the Delphi code.
Any help appreciated.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Can examples be set to display C++ source instead of delphi?
Hi darcy,
Thanks for letting us know, I checked this behaviour also occurs here. You could try loading the C++ Builder demo project in your IDE and build there to check if then C++ sources are used.
Thanks in advance.
Thanks for letting us know, I checked this behaviour also occurs here. You could try loading the C++ Builder demo project in your IDE and build there to check if then C++ sources are used.
Thanks in advance.
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 |
Re: Can examples be set to display C++ source instead of delphi?
Hi Narcis,
Thanks for the update. I attempted to build Tee8New.exe within my IDE (CB2007) but got a linking error:
[ILINK32 Error] Fatal: Unable to open file 'TEEDESIGNOPTIONS.OBJ'
The header file TeeDesignOptions.hpp the above object refers to is included at the following location, with all the other headers
C:\Program Files\Steema Software\TeeChart 8.06 for Delphi 2007\Delphi11\Include
Let me know if there is anything I can try my side.
Regards,
D'Arcy.
Thanks for the update. I attempted to build Tee8New.exe within my IDE (CB2007) but got a linking error:
[ILINK32 Error] Fatal: Unable to open file 'TEEDESIGNOPTIONS.OBJ'
The header file TeeDesignOptions.hpp the above object refers to is included at the following location, with all the other headers
C:\Program Files\Steema Software\TeeChart 8.06 for Delphi 2007\Delphi11\Include
Let me know if there is anything I can try my side.
Regards,
D'Arcy.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Can examples be set to display C++ source instead of delphi?
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 |