Hello,
I have ActivePerl5.8 and WindowsXP
I tried to install win32::32 1.05, because I want to use the grid package, which is not a part of version 1.03 (which you can install from activestate repository). But after installing version 1.05 as described ( with ppm install ./Win32-GUI.ppd after removing the old win32::gui installation) and starting a script, come the error message in a window

Der Prozedureinsprung "PL_memory_wrap" wurde in der DLL "perl58.dll" nicht gefunden.
That means: Can't find "PL_memory_wrap" in "perl58.dll", I think

The interpreter tolds:


Can't load 'C:/Perl/site/lib/auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_file:Die angegebene Prozedur wurde nicht gefunden at C:/Perl/lib/DynaLoader.pm line 230.
 at F:/Temp/guigridtest.pl line 1
Compilation failed in require at F:/Temp/guigridtest.pl line 1.
BEGIN failed--compilation aborted at F:/Temp/guigridtest.pl line 1.

The line 1 of the script is:

use Win32::GUI();

Where's the mistake?

Thanks and regards,
Marco

Reply via email to