Memory Management

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
CAC
Newbie
Newbie
Posts: 44
Joined: Tue Jun 20, 2006 12:00 am
Location: Plain City, Ohio
Contact:

Memory Management

Post by CAC » Tue May 15, 2007 12:50 am

I have added a few TeeChart objects to my application and populate them from ClientDataSets. They seem to work as expected, but when I close my app, either as the compiled program, or while running in Delphi 7, I get a lot of memory errors that pop up. They don't seem to be the same error, and I haven't been able to track down a specific action that causes them.

Do you have any suggestions on how to manage my use of ClientDataSets so that I can avoid such problems?

Thanks in advance for your help and patience. :oops:

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue May 15, 2007 9:33 am

Hi CAC,

Could you please post the exact error messages you get?

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
Image Image Image Image Image Image
Instructions - How to post in this forum

CAC
Newbie
Newbie
Posts: 44
Joined: Tue Jun 20, 2006 12:00 am
Location: Plain City, Ohio
Contact:

Post by CAC » Tue May 15, 2007 1:06 pm

Here is a typical error message.
Exception EAccessViolation in module DataInspector.exe at 0035330A. Access violation at address 0075330A in module 'DataInspector.exe'. Read of address 0269D950.
This is then followed by another message that looks like this:
Runtime error 216 at 7C901010.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue May 15, 2007 1:21 pm

Hi CAC,

Thanks for the information.

I'm afraid this error message doesn't give us much information :cry:. Is there any way we can reproduce the problem here? It would be great if you could arrange a simple example project we can run "as-is" to reproduce the problem here.

You can either post your files at news://www.steema.net/steema.public.attahcments newsgroup or at our upload page.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply