Re: [perl-win32-gui-users] Save icon from Exe file

2009-12-29 Thread Aldo Calpini
Alain Morillon wrote: Hi, Is there a solution in order to save into a file some Icons which has been extracted from Exe file ? there is an undocumented write_iconfile method in Win32::Exe::IconFile. so I guess this (untested!) is what you want: $icon-write_iconfile(foo.ico); cheers,

Re: [perl-win32-gui-users] memory leak problem

2009-12-29 Thread Aldo Calpini
Andrey wrote: Memory leak cannot be normal for any program. So, it is either Perl bug or Win32::GUI bug I don't know exactly where (or what) the bug is, but I found a workaround. problem is, the Win32 heap is not freed (or garbage collected, or whatever) while the window is active. if you