Re: Still struggling with Universal Binaries
Re: Still struggling with Universal Binaries
- Subject: Re: Still struggling with Universal Binaries
- From: Shawn Erickson <email@hidden>
- Date: Tue, 31 Jan 2006 17:05:20 -0800
On 1/31/06, Aram Kudurshian <email@hidden> wrote:
> I personally haven't been able to verify my code on an Intel machine
> (I don't have or have access to one) but a report from a beta tester
> stated that the function that uses the #if/#else didn't operate the
> same way as expected. This is the only reason I didn't think it was
> working fine.
>
> Perhaps it's a user error instead ... or simply an error on my part
> elsewhere.
I suggest you verify that your logic in that function works as you
expect on Intel. It could be the order of the bit constants you are
comparing against the keymap are not correct and/or a sign issue
(BigEndianLong is a signed long) that only shows up on Intel.
If you debug on an Intel Mac then build a logging version that dumps
all intermediate calculations in that function to a log file so you
can understand what is failing.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden