Search found 5 matches
- Fri Jun 25, 2010 5:53 am
- Forum: VCL
- Topic: TeeChart v8.07 VCL memory leak in Chart.pas
- Replies: 2
- Views: 1923
Re: TeeChart v8.07 VCL memory leak in Chart.pas
Thank you for your fast response.
- Mon Jun 21, 2010 2:41 pm
- Forum: VCL
- Topic: TeeChart v8.07 VCL memory leak in Chart.pas
- Replies: 2
- Views: 1923
TeeChart v8.07 VCL memory leak in Chart.pas
Hello Steema I found a little memory leek in Chart.pas, method TLegendSymbol.Draw . The local variable "OldBrush" will never be released. Report FastMM Fulldebugmode ****************************** --------------------------------2010/6/21 16:14:11-------------------------------- A memory block has b...
- Fri Jun 11, 2010 10:33 am
- Forum: VCL
- Topic: TeeChart v8.07 Delphi 2010 Compiler Warnings
- Replies: 5
- Views: 3772
Re: TeeChart v8.07 Delphi 2010 Compiler Warnings
Hi Narcís
Thank you. In the meantime I will do the explicit typecast in the two units (TeeExport and TeeStore).
Best regards,
Tom
Thank you. In the meantime I will do the explicit typecast in the two units (TeeExport and TeeStore).
Best regards,
Tom
- Fri Jun 11, 2010 10:24 am
- Forum: VCL
- Topic: TeeChart v8.07 Delphi 2010 Compiler Warnings
- Replies: 5
- Views: 3772
Re: TeeChart v8.07 Delphi 2010 Compiler Warnings
Hi Narcís Thanks for the fast replay. In the thread you mention you finally write: I have fixed all warnings possible. I couldn't fix some W1058 because of what's described here: So, you mention that the W1058 warnings will stay forever? I can not do anything to avoid this warnings - except turning ...
- Fri Jun 11, 2010 9:30 am
- Forum: VCL
- Topic: TeeChart v8.07 Delphi 2010 Compiler Warnings
- Replies: 5
- Views: 3772
TeeChart v8.07 Delphi 2010 Compiler Warnings
Hello Steema, when compiling our projects in Delphi 2010 we get compiler warnings from different TeeChart units: 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....