Problem with Win32::ToolHelp module

2008-06-19 Thread Michael Ellery
apologies if this is not the right place for module specific 
questions...but here goes...

I'm running 5.8.8 and have had Win32::ToolHelp installed for some time. 
  Just recently, I started getting a failure when trying to use the 
package - specifically:

Can't load 'C/Perl/site/lib/auto/Win32/ToolHelp/TollHelp.dll for 
module Win32::ToolHelp: load_file: The specified module could not be 
found at C:/Perl/lib/DynaLoader.pm line 230

I've looked on the filesystem, and ToolHelp.dll is there in the location 
mentioned.  I've even tried ppm install --force Win32::ToolHelp to see 
if that would fix it, but it hasn't.

Any idea what might be wrong and what else I could try to fix it?

TIA,
Mike Ellery

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Problem with Win32::ToolHelp module

2008-06-19 Thread Stuart Arnold
Did you copy/paste or type the error in? There seems to be a typo:
TollHelp.dll
ToolHelp/TollHelp.dll  


---Stuart Arnold
w: [EMAIL PROTECTED]
w: 678.297.1027
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Michael Ellery
Sent: Thursday, June 19, 2008 9:00 AM
To: 'perl-win32-users'
Subject: Problem with Win32::ToolHelp module

apologies if this is not the right place for module specific 
questions...but here goes...

I'm running 5.8.8 and have had Win32::ToolHelp installed for some time. 
  Just recently, I started getting a failure when trying to use the 
package - specifically:

Can't load 'C/Perl/site/lib/auto/Win32/ToolHelp/TollHelp.dll for 
module Win32::ToolHelp: load_file: The specified module could not be 
found at C:/Perl/lib/DynaLoader.pm line 230

I've looked on the filesystem, and ToolHelp.dll is there in the location 
mentioned.  I've even tried ppm install --force Win32::ToolHelp to see 
if that would fix it, but it hasn't.

Any idea what might be wrong and what else I could try to fix it?

TIA,
Mike Ellery

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Problem with Win32::ToolHelp module

2008-06-19 Thread Michael Ellery
Stuart Arnold wrote:
 Did you copy/paste or type the error in? There seems to be a typo:
 TollHelp.dll
 ToolHelp/TollHelp.dll  
 

typo -- sorry.  That is ToolHelp.dll.

Thanks,
Mike

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Problem with Win32::ToolHelp module

2008-06-19 Thread Brian Raven
Michael Ellery  wrote:
 Stuart Arnold wrote:
 Did you copy/paste or type the error in? There seems to be a typo:
 TollHelp.dll ToolHelp/TollHelp.dll
 
 
 typo -- sorry.  That is ToolHelp.dll.

This is why cutpaste is preferred for error messages and code. Typing
mistakes are likely to be obstacles to anybody trying to help you. And
thats the last thing you need.

If it used to work and now doesn't, then presumably something has
changed. For example, if the library is still in the right place, has
its contents or permissions changed, or perhaps any library that it
depends on?

You can also get more detailed info on diagnostic messages like that
from 'perldoc perldiag'.

HTH

-- 
Brian Raven 

=
Atos Euronext Market Solutions Disclaimer
=

The information contained in this e-mail is confidential and solely for the 
intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message do not 
necessarily reflect those of Atos Euronext Market Solutions.

Atos Euronext Market Solutions Limited - Registered in England  Wales with 
registration no. 3962327.  Registered office address at 25 Bank Street London 
E14 5NQ United Kingdom. 
Atos Euronext Market Solutions SAS - Registered in France with registration no. 
425 100 294.  Registered office address at 6/8 Boulevard Haussmann 75009 Paris 
France.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Société de droit anglais, enregistrée au 
Royaume Uni sous le numéro 3962327, dont le siège social se situe 25 Bank 
Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, société par actions simplifiée, enregistré 
au registre dui commerce et des sociétés sous le numéro 425 100 294 RCS Paris 
et dont le siège social se situe 6/8 Boulevard Haussmann 75009 Paris France.
=

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Problem with Win32::ToolHelp module

2008-06-19 Thread Michael Ellery
Michael Ellery wrote:
 apologies if this is not the right place for module specific 
 questions...but here goes...
 
 I'm running 5.8.8 and have had Win32::ToolHelp installed for some time. 
   Just recently, I started getting a failure when trying to use the 
 package - specifically:
 
 Can't load 'C/Perl/site/lib/auto/Win32/ToolHelp/TollHelp.dll for 
 module Win32::ToolHelp: load_file: The specified module could not be 
 found at C:/Perl/lib/DynaLoader.pm line 230
 
 I've looked on the filesystem, and ToolHelp.dll is there in the location 
 mentioned.  I've even tried ppm install --force Win32::ToolHelp to see 
 if that would fix it, but it hasn't.
 
 Any idea what might be wrong and what else I could try to fix it?
 

after some investigation, it appears to be a case of installation of 5.8 
on top of 5.6 without cleanly reinstalling all packages. I generally 
only do clean installs, but I was dealing with an inherited system and 
wasn't as careful as I should have been.

Thanks,
Mike Ellery

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


perl 5.8 and TK

2008-06-19 Thread Spencer Chase
Greetings 'perl-win32-users',

I have a bunch of old scripts that use TK and have noticed that old scripts 
that worked with perl 5.6 often do not work with 5.8. It seems that some syntax 
sloppiness that was allowed in 5.6 is not longer allowed in 5.8 and that some 
options for widgets are no longer valid. 

Is there a reference anywhere that lists the changes? 

--
Best regards,
Spencer Chasemailto:[EMAIL PROTECTED]
67550 Bell Springs Rd.
Garberville, CA 95542  Postal service only.
Laytonville, CA 95454  UPS only.
[EMAIL PROTECTED]
http://www.spencerserolls.com
http://www.spencerserolls.com/MidiValve.htm
(707) 984-8356

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs