V8.04 out of system resources

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ahab
Newbie
Newbie
Posts: 2
Joined: Mon Feb 02, 2009 12:00 am

V8.04 out of system resources

Post by ahab » Tue Feb 10, 2009 9:05 am

I just switched to V8.04 and after about 5 calls to show a teechart, I get a message that system resources are exhausted. This did not happen with V7.07. Why?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue Feb 10, 2009 10:02 am

Hi ahab,

I'm not sure to understand you. Do you mean that you are creating several charts without destroying them? Note that if you don't need a previous chart, delphi won't destroy it for you. You have to call:

Code: Select all

Chart1.Free;
If you mean something different, please, could you send us 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.attachments newsgroup or at our upload page.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

ahab
Newbie
Newbie
Posts: 2
Joined: Mon Feb 02, 2009 12:00 am

Post by ahab » Sun Mar 01, 2009 4:09 am

The zip file teetest shows the problem. In an attempt to thicken the plot lines, I tried using borders or outlines. This causes the "out of system resources".

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Mar 02, 2009 12:00 pm

Hi ahab,

I can reproduce your problem when I execute your application but after recompiling it, it seems to work fine. So that makes me think that you could have some old TeeChart paths in your IDE's search and/or library paths. Could you verify these lists and remove the remaining references to the old TeeChart paths if the are still present?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply