realbasic-nug
[Top] [All Lists]

Re: Two Scary Mac Bugs (just in time for Halloween)

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Two Scary Mac Bugs (just in time for Halloween)
From: Keith DeLong <lists@redcort.com>
Date: Fri, 31 Oct 2008 11:53:50 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <6055FFFB-04FC-4C22-9A35-53F60DFC6158@declareSub.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Thread-index: Ack7igMUQe27Uqd9Ed2xnAAbY5tzNg==
Thread-topic: Two Scary Mac Bugs (just in time for Halloween)
User-agent: Microsoft-Entourage/11.4.0.080122
 >> 2. Looking up an Integer keys in dictionaries using Int64 values

> I reported a feedback like this in July.
> 
> *********
> Dictionary lookup of 32-bit integer keys using a 64-bit integer
> returns different result in PPC v. Intel.
> 
> Steps to Reproduce:
>    dim X as Int32 = 43
>    dim Y as Int64 = 43
> 
>    dim d as new Dictionary
>    d.Value(X) = true
>    dim b as Boolean = d.Lookup(Y, false)
> 
> b is true in Intel builds, but false in PPC builds.
> *********
> 
> 
> Charles Yeomans

Thanks Charles. Makes sense that the bug is PPC vs. Intel rather than 10.4
vs. 10.5.

Keith



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>