Wed Jun 06 21:50:12 2012: Request 55660 was acted upon.
Transaction: Correspondence added by bulk88.
Queue: Win32-API
Subject: [PATCH] Partial win64 support for Win32::API
Broken in: (no value)
Severity: (no value)
Owner: COSIMO
Requestors: [email protected], [email protected], [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=55660 >
On Sun Jul 04 16:34:38 2010, KMX wrote:
> Hi cosimo,
>
> please cosider applying my patch for building Win32::API with 64bit
> GNU
> compiler/assembler (e.g. strawberry perl).
>
> Look at: http://github.com/kmx/perl5-win32-api (I have just sent you
> pull
> request via github)
>
> With this patch Win32::API builds fine on 64strawberry perl; however
> there are
> still 2 failing tests:
> t/01_Struct.t - test 5 (perl.exe crashes)
> t/03_undef.t - test 3
>
> --
> kmx
Your GCC asm code will crash if there are more than 4 parameters. See
https://rt.cpan.org/Public/Bug/Display.html?id=77677