Fri Oct 19 01:25:11 2012: Request 36186 was acted upon.
Transaction: Correspondence added by BULKDD
       Queue: Win32-API
     Subject: Win32_API-0.55 can't handle doubles
   Broken in: 0.55
    Severity: Important
       Owner: COSIMO
  Requestors: sisyp...@cpan.org
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=36186 >


On Sun May 20 10:04:43 2012, bulk88. wrote:
> On Mon May 26 07:53:40 2008, SISYPHUS wrote:
> I can't reproduce this on Win32::API 0.68. I guess its been fixed by now.

Currently Win32::API has
___________________________________________________
# Sum 2 doubles
$function = new Win32::API($test_dll, 'double sum_doubles(double a,
double b)');
ok(defined($function), 'API_test.dll sum_doubles function defined');

#diag("$function->{procname} \$^E=",$^E);
ok($function->Call(2.5, 3.2) == 5.7, 'function call with double arguments');
____________________________________________________
as a test, which works. So I closing this bug as rejected. If this is
still a problem for you reply back.

Reply via email to