TeeValueSingle in TChart 8.03
TeeValueSingle in TChart 8.03
Hello,
I am wondering if we can expect TChart to compile with TeeValueSingle in the 8.03 release.
I am wondering if we can expect TChart to compile with TeeValueSingle in the 8.03 release.
Hi Dave,
I've just tried to do it here with the latest sources and only appear a few errors which can be fixed easily ( changing the Double definition by TChartValue ). If you're source code customer you can edit the teeDefs.inc file and modify it changing :
by
and then rebuild the sources.
I've just tried to do it here with the latest sources and only appear a few errors which can be fixed easily ( changing the Double definition by TChartValue ). If you're source code customer you can edit the teeDefs.inc file and modify it changing :
Code: Select all
{$DEFINE TEEVALUEDOUBLE}
{.$DEFINE TEEVALUESINGLE}
{.$DEFINE TEEVALUEEXTENDED}
Code: Select all
{.$DEFINE TEEVALUEDOUBLE}
{$DEFINE TEEVALUESINGLE}
{.$DEFINE TEEVALUEEXTENDED}
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Pep,
We made the changes for the next maintenance release so that you can build your application without making any change.
We made the changes for the next maintenance release so that you can build your application without making any change.
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 Dave,
A little change in TeeSurfa.pas seems to be necessary in v8.04. FYPosition and YPosition need to be declared as TChartValue instead of Double.
A little change in TeeSurfa.pas seems to be necessary in v8.04. FYPosition and YPosition need to be declared as TChartValue instead of Double.
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 |
Hi Narcis,
Can I suggest you add it to your test script to re-compile with the different TeeValueXXX and run your test scripts with each one, presuming that you do have automated testing. The TeeValueXXX are very useful to have, as long as they work. Knowing you do not even try to compile using them does not leave me with a confident feeling
Can I suggest you add it to your test script to re-compile with the different TeeValueXXX and run your test scripts with each one, presuming that you do have automated testing. The TeeValueXXX are very useful to have, as long as they work. Knowing you do not even try to compile using them does not leave me with a confident feeling
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Dave,
Before posting my previous reply I ran TeeRecompile using TEEVALUESINGLE instead of TEEVALUEDOUBLE. I've also repeated manual tests now with all 3 options available and all of them worked fine for me here.
Before posting my previous reply I ran TeeRecompile using TEEVALUESINGLE instead of TEEVALUEDOUBLE. I've also repeated manual tests now with all 3 options available and all of them worked fine for me here.
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 dave,
This is available to sourcecode customers. It's included with the source code installer and available at TeeChart's program group. It automatically compiles TeeChart and installs it to your IDEs.
This is available to sourcecode customers. It's included with the source code installer and available at TeeChart's program group. It automatically compiles TeeChart and installs it to your IDEs.
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 |