Has this issue been fixed in v2016 (the latest release)?
--nbp.
Application process is not terminated
Re: Application process is not terminated
Hello nbp,
The shutdown of GDIPlus may be used alongside other instances of ‘open’ GDI Plus in your application but open-close order must be respected in the form that opens/closes be nested. Ie. If GDI+ has been activated in your application and TeeChart is opened, TeeChart should be closed before the other module that uses GDI+ so that calls remain nested in context to one another. Alternatively, to be sure that TeeChart is deactivating GDI+ before any other close of GDI+ in your application, you can close it immediately on opening TeeChart (causing TeeChart to use GDI, not GDI+).
eg. m_Chart->GetAspect().GetGDIPlus().SetActive(false);
to be called immediately after:
m_Chart->Create..
We don't plans to fix that and I suggest you follow the above recommendation to prevent the problem.
Thanks in advance
The shutdown of GDIPlus may be used alongside other instances of ‘open’ GDI Plus in your application but open-close order must be respected in the form that opens/closes be nested. Ie. If GDI+ has been activated in your application and TeeChart is opened, TeeChart should be closed before the other module that uses GDI+ so that calls remain nested in context to one another. Alternatively, to be sure that TeeChart is deactivating GDI+ before any other close of GDI+ in your application, you can close it immediately on opening TeeChart (causing TeeChart to use GDI, not GDI+).
eg. m_Chart->GetAspect().GetGDIPlus().SetActive(false);
to be called immediately after:
m_Chart->Create..
We don't plans to fix that and I suggest you follow the above recommendation to prevent the problem.
Thanks in advance
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Application process is not terminated
Any news on this? I'm using TeeChart 2014 and seeing the same issue. My application process doesn't terminate on exit. We are using the correct sequence of GDIPlus startup and shutdown
Unfortunately when I build a simple app in order to send it to you the problem doesn't occur.
Unfortunately when I build a simple app in order to send it to you the problem doesn't occur.
Re: Application process is not terminated
Hello,
As Sandra explained, there isn't much we can do to fix it.
If you can reproduce the problem in a simple application, we'll be glad to take a look at it.
As Sandra explained, there isn't much we can do to fix it.
If you can reproduce the problem in a simple application, we'll be glad to take a look at it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |