in reply to Problem with PerlCRT.dll + Win32::API

You have installed a pre-built version of Win32::API that was meant to be used with an incompatible pre-built version of Perl. Remove the PerlCRT.dll and find a pre-built version of Win32::API that is meant for your version of Perl. (I'd tell you to uninstall that Win32::API but I'm not aware of a trivial, fool-proof way to do that.)

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Problem with PerlCRT.dll + Win32::API

Replies are listed 'Best First'.
Re: (tye)Re: Problem with PerlCRT.dll + Win32::API
by brettc (Novice) on May 17, 2001 at 23:31 UTC
    Thanks Tye, It appears that A new install of the Win32::API directly from Activestate.com seems to not throw errors, when I run the script use Win32::API so that get me over the hump. Thanks for the help, it is appreciated. Brett