Re: another interesting bug.
Re: another interesting bug.
- Subject: Re: another interesting bug.
- From: Deivy Petrescu <email@hidden>
- Date: Mon, 31 Aug 2009 07:19:36 -0400
On Aug 31, 2009, at 6:38 AM, Mark J. Reed wrote:
On Sun, Aug 30, 2009 at 9:27 PM, Deivy
Petrescu<email@hidden> wrote:
This one is not a problem of 64-bits..
set e to -10004
display dialog e
return e
---
---> -10004
but the dialog..... 4294957292
Sure sounds like a 32- vs 64-bit issue to me. 4294957292 is what you
get when you treat the 32-bit value -10004 as unsigned; in 64 bits,
it's what you get if you just add 32 0's to the left of -10004 instead
of sign-extending it (which would add 32 1's instead).
--
Mark J. Reed <email@hidden>
Mark,
start AS Editor in 32-bit and run the same script...
I get the same error.
So, It is not just related to 64-bit.
After Chris' letter I was sure it was 64-bit problem, that is it was
related to the fact that AS Editor was started as 64-bit.
It is not.
Deivy Petrescu
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden