RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Peter Eisengrein
, Joe Jr [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2001 10:53 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak? Perl 5.6 has the latest version on Activestates PPM. C:\perl -v This is perl, v5.6.1 built

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Frazier, Joe Jr
- From: Frazier, Joe Jr [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2001 10:53 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak? Perl 5.6 has the latest version on Activestates PPM. C:\perl -v

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Peter Eisengrein
Joe, thanks for all your help but, man I'm getting nowhere fast! I downloaded the Win-GUI-0.0.558.tar.gz, extracted it and tried doing the install as you described and again no deal (no ppd in the archive). Then I tried doing another install from AS and I'm still on 0.0.502.

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread Marjolein Katsma
:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 10:15 To: perl-win32-gui-users@lists.sourceforge.net Subject: RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak? Ah, yes, now that you mention it - I found the same thing. So I just downloaded the zip file, unzipped in a directory I use

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-05 Thread paul . barker
Hi The Win32::GUI 0.558 PPD was created by me (I'm the Packager you know ;-) ). I also managed to get ActiveState to update their PPM server with it so you can get the current version from there. (It does seem to work from inside a firewall, you just need to set the environment variables right.)

Re: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Aldo Calpini
Peter Eisengrein wrote: 0.0.502 -- I actually just pulled it off your site maybe two weeks ago. Is there an even newer version? Thanks for your help -- I love this module! uhm... my site contains version 0.0.558, it was uploaded on 22 Jan 2001. you probably have a (way too much) caching proxy

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Peter Eisengrein
Subject: Re: [perl-win32-gui-users] Win32::GUI::Timer memory leak? Peter Eisengrein wrote: 0.0.502 -- I actually just pulled it off your site maybe two weeks ago. Is there an even newer version? Thanks for your help -- I love this module! uhm... my site contains version

RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-04 Thread Peter Eisengrein
] Win32::GUI::Timer memory leak? Peter Eisengrein wrote: 0.0.502 -- I actually just pulled it off your site maybe two weeks ago. Is there an even newer version? Thanks for your help -- I love this module! uhm... my site contains version 0.0.558, it was uploaded on 22 Jan 2001. you

Re: [perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-06-01 Thread Aldo Calpini
Peter Eisengrein wrote: Is there a known memory problem with the GUI module and/or the Timer object? I have a script that runs through a _Timer sub once per second and increments a var (like $count++) and writes it to a Label. Just sitting there quietly doing nothing more than that adds 4k to

[perl-win32-gui-users] Win32::GUI::Timer memory leak?

2001-05-31 Thread Peter Eisengrein
Is there a known memory problem with the GUI module and/or the Timer object? I have a script that runs through a _Timer sub once per second and increments a var (like $count++) and writes it to a Label. Just sitting there quietly doing nothing more than that adds 4k to the process' memory every