in reply to Re^27: supporting quads on 32 bit Perl
in thread supporting quads on 32 bit Perl

Int64.xs(63) : error C2520: conversion from unsigned __int64 to double + not implemented, use signed __int64 Int64.xs(391) : error C2520: conversion from unsigned __int64 to doubl +e not implemented, use signed __int64
I have solved that and uploaded 0.26.

Replies are listed 'Best First'.
Re^29: supporting quads on 32 bit Perl
by ikegami (Patriarch) on Jun 07, 2012 at 21:33 UTC
    Just FYI, 0.25 and now 0.26 result in no errors for me. Wee :D
Re^29: supporting quads on 32 bit Perl
by bulk88 (Priest) on Jun 07, 2012 at 19:28 UTC
    Your faster than me. I just saw the build log finally was posted. I'll now wait to see how 0.26 builds on ActiveState.

    Update. I just realized the no double to unsigned int64 conversion is probably a attribute of VC6, which is what AS uses. My VC 2003 doesn't error out on the double to unsigned int64 part. AFAIK AS uses VC6 with circa 2003 header/linking files, so its a VC 2003 header and API wise, a VC 6 C language wise.
      0.26 has been built successfully at last!

      Thank you for your infinite patience helping me with that.