Page 1 of 1

V8.04 out of system resources

Posted: Tue Feb 10, 2009 9:05 am
by 10051624
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?

Posted: Tue Feb 10, 2009 10:02 am
by yeray
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.

Posted: Sun Mar 01, 2009 4:09 am
by 10051624
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".

Posted: Mon Mar 02, 2009 12:00 pm
by yeray
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?