Re: [perl-win32-gui-users] problem of reusing memory

2011-03-25 Thread Aldo Calpini
On 25.03.2011 11:07, Waldemar Biernacki wrote: > Until now I rewrote my application to use the fix and first tests are really > promising. By the way, this tremendous GDI object number was due to the fact > that each label and textfield had its own font which in turn is just GDI > object > and the

Re: [perl-win32-gui-users] problem of reusing memory

2011-03-25 Thread Aldo Calpini
On 23.03.2011 17:12, Jeremy White wrote: > My code was only a hack:) Yes, perlud_free is the ideal place - go ahead > an commit it to CVS:) good, if I remember how to do it :-) (not using CVS anymore since years...) > There may be other objects that need deleting (fonts) and it looks like > there

Re: [perl-win32-gui-users] problem of reusing memory

2011-03-25 Thread Waldemar Biernacki
Hi, > Cool - do some major testing with your app, and if things are still OK, the > fix (well, a version of it) will get committed to CVS. Until now I rewrote my application to use the fix and first tests are really promising. By the way, this tremendous GDI object number was due to the fact