TeeChart v8.07 Delphi 2010 Compiler Warnings
Posted: Fri Jun 11, 2010 9:30 am
Hello Steema,
when compiling our projects in Delphi 2010 we get compiler warnings from different TeeChart units:
Of cause we just could turn off the warnings for the project but our automated building processes will always stop as a result of these warnings.
Could you please eliminate these warnings and let us know about a new release of TeeChart?
Thanks in advance,
Tom Mueller
when compiling our projects in Delphi 2010 we get compiler warnings from different TeeChart units:
Code: Select all
Building Project1.dproj (Debug configuration)
[DCC Warning] TeeExport.pas(1165): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
[DCC Warning] TeeExport.pas(1178): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
[DCC Warning] TeeExport.pas(1196): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
[DCC Warning] TeeStore.pas(1262): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1268): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1274): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1280): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1334): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1340): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
[DCC Warning] TeeStore.pas(1427): W1058 Implicit string cast with potential data loss from 'string' to 'ShortString'
...
Could you please eliminate these warnings and let us know about a new release of TeeChart?
Thanks in advance,
Tom Mueller