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

2001-06-05 Thread Forhan, Michael
Correct me if I'm wrong, but if you are using Perl 5.005 , then Win32::GUI version 502 (the latest version for perl 5.005) is the version that you will receive on a PPM install, because 558 is for Perl 5.6. I'm a little confused on this myself, because I've seen a couple of statements regarding the

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

2001-06-05 Thread Frazier, Joe Jr
> -Original Message- > From: Peter Eisengrein [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2001 13:57 > To: 'perl-win32-gui-users@lists.sourceforge.net' > Subject: RE: [perl-win32-gui-users] Win32::GUI::Timer memory leak? > > > The zip thing worked!!! That's terrific except that s

RE: [perl-win32-gui-users] version 0558 installation - undefined macro

2001-06-05 Thread Piske, Harald
Guys - or GUIs ;-) Xqs me for being square, but if we discuss everything under "Timer memory leak", we are giving ourselves a hard time down the road when we try to find a solution in the sourceforge archive. Especially since the search function of the archive is not exactly very successful in ret

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

2001-06-05 Thread Peter Eisengrein
The zip thing worked!!! That's terrific except that scripts that used to work no longer do. Bummer. I get this kind of an error: "Your vendor has not defined Win32::GUI macro Category, used at..." (see below snippet) What's this about a macro? I get what it means but can someone point me towards

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-05 Thread Frazier, Joe Jr
That file is the source code and would have to be installed using the following steps: cd to the folder you unziped to: perl makefile.pl nmake nmake test nmake install This assumes you have nmake. If not, you can get it from MS ftp. I dont know exactly where it is now, but you could go to MS s

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

2001-06-05 Thread Marjolein Katsma
Joe, Thanks I found it! For anyone interested, it's at http://jenda.krynicky.cz/perl/PPM.html At 10:29 2001-06-05 -0400, Frazier, Joe Jr wrote: >http://Jenda.Krynicky.cz used to have information on this. Not sure if >it still does. > >> -Original Message- >> From: Marjolein Katsma [m

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

2001-06-05 Thread Frazier, Joe Jr
http://Jenda.Krynicky.cz used to have information on this. Not sure if it still does. > -Original Message- > From: Marjolein Katsma [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 05, 2001 10:15 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: RE: [perl-win32-gui-users] Win3

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. C:\ActivePerl\lib\gui

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

2001-06-05 Thread Marjolein Katsma
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 for modules that cannot be installed automatically, and then manually copied some things to the real Perl tree. I still use the the unzipped package for documentation. I'd

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

2001-06-05 Thread Frazier, Joe Jr
Unzip to (example) c:\gui\. cd c:\gui. type: c:\>ppm install Win32-GUI.ppd Basically, you leave out the location part and actually cd to that folder from your shell. make sure you put the file extension, so that ppm knows to load it from the local machine instead of getting it from a repositor

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

2001-06-05 Thread Peter Eisengrein
I've tried to install via ppm from the zip file but always get "Could not locate a PPD" error. Can someone send the syntax on how to do this? I assumed it would be ppm install --location="filepath\filename" Win32-GUI Apparently not. THanks for your help. > -Original Message- > From: Fra