>This message was sent from Geocrawler.com by "Carol"
>
>I have tried to do thie but get the following 
>error:
>
>Can't locate auto/Win32/GUI/DoEvents.al in @INC
>
>when trying to use:
>
>Win32::GUI::DoEvents();
>
>???
>
>Any idears?

Actually, yes. My guess is you ran into an old version of Win32-GUI that has
a bad version number, making it look newer than the current one, so that the
installer will not replace it. In a DOS window, do

ppm query

and look for the line with Win32-GUI. It should read 0.0.558 in the version
number. If it's 0.99, that's the bad one. Go

ppm remove Win32-GUI
ppm install Win32-GUI

that should re-install the (now updated) version from ActiveState. You need
to have an open internet connection for that. If it does not work, download
Win32-GUI-0.0.558.tar.gz from http://dada.perl.it/#gui, unzip it somewhere
and do

ppm install Win32-GUI.ppd

from that directory. Reconfirm with ppm query that you now have the current
version 0.0.558.

Have fun
Harald


Reply via email to