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 m
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");
che
2 matches
Mail list logo