|
Posted by $_ on September 26, 2004, 7:24 pm
Please log in for more thread options
>
>$_@_.%_ wrote:
>
>> Apparently this problem only affects Win32::API version.41
>>
>> C:>ppm install Win32-api.ppd
>> ===================> Install 'Win32-api' version 0.20 in ActivePerl 5.8.0.806.
>> ===================> Installing C:PerlsitelibautoWin32APIAPI.dll
>> Installing C:PerlsitelibautoWin32APIAPI.exp
>> Installing C:PerlsitelibautoWin32APIAPI.lib
>> Files found in blibarch: installing files in bliblib into architecture
depende
>> nt library tree
>> Installing C:PerlsitelibWin32API.pm
>> Successfully installed Win32-API version 0.20 in ActivePerl 5.8.0.806.
>>
>> The error does not occur with this version of Win32::API
>>
>>
>
>I can send you a built version of 0.41 if you need it - though I'm a
>little surprised that you can't obtain one from ActiveState. (See below
>for my correct email address if you wish to contact me via email.)
>
>I built mine using Visual Studio 7 (on a perl that was built with the
>same compiler). It seems to work fine with AS build 810 .... at least it
>loads without error.
>
>Cheers,
>Rob
>
>--
>To reply by email u have to take out the u in kalinaubears.
Ta appreciate that. Thing is; when .41 is installed the following script
causes a (memory cannot be 'read') error. This error does not occur with
Win32::API version.20
#!Perl
use Win32::API;
print "okn";
Application popup: perl.exe - Application Error : The instruction at
"0x10003ec1" referenced memory at "0x00000000". The memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the program
|