Hi,
When I tried recompiling my C++Builder 6 TeeChart VCL Pro 6 code in BDS 2006 C++Builder with a upgrade purchase TeeChart VCL Pro 7.08 I got the following compilation errors:
[C++ Error] FieldLib.cpp(4890): E2316 'ScrollMouseButton' is not a member of 'TChart'
[C++ Error] Digi132xContAcq.cpp(3802): E2316 'FastPen' is not a member of 'TFastLineSeries'
[C++ Error] Digi132xContAcq.cpp(3816): E2316 'IgnoreNulls' is not a member of 'TFastLineSeries'
[C++ Error] Digi132xContAcq.cpp(3817): E2316 'Color' is not a member of 'TFastLineSeries'
Presumably ScrollMouseButton, FastPen, IgnoreNulls and Color have been removed, but what (if anything) have they been replaced with, particularly Color and IgnoreNulls?
Is there someplace that describes in detail the changes between VCLpro6 and VLCpro7?
Thanks in advance,
Bill
Errors moving TeeChart from CB6 VCLpro6 to BDS2006 VCLpro7.0
-
- Newbie
- Posts: 2
- Joined: Fri Mar 30, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bill,
Those properties still exist in v7. It is most likely that your IDE is still referencing old TeeChart packages. Could you please have a look at this thread where I posted a summary of message about the same issue?
Thanks in advance.
Those properties still exist in v7. It is most likely that your IDE is still referencing old TeeChart packages. Could you please have a look at this thread where I posted a summary of message about the same issue?
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 |
-
- Newbie
- Posts: 2
- Joined: Fri Mar 30, 2007 12:00 am