V8.04 out of system resources
V8.04 out of system resources
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?
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:
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.
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;
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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?
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |