Re: KVC broken in 10.4.4 on Intel?
Re: KVC broken in 10.4.4 on Intel?
- Subject: Re: KVC broken in 10.4.4 on Intel?
- From: Jim Correia <email@hidden>
- Date: Sun, 29 Jan 2006 13:03:33 -0500
On Jan 29, 2006, at 12:30 PM, Joe Jones wrote:
The problem isn't that Intel is broken, the problem is that you are
passing an NSNumber to a message that is expecting a float. This
works on PPC due to the way that the parameters are put on the
registers that is not available on the register limited intel machine.
I am not sure what actually you can do to keep the message using a
float parameter but changing that message to accept an NSNumber
instead of a float should correct your problem.
Joe,
Scalar types are supported with KVC. The page DW links to documents
that support... I haven't tried this on an Intel machine, so I can
speak to the specifics of what he is seeing.
DW,
I first experienced this problem on the Intel DTK I had access too,
but I assumed it'd be fixed on production Intel iMacs.
If you encounter a bug, you should write it up. Don't assume Apple
knows about it and will fix it without your report.
Bugs in my own software that I know about have a much greater chance
of being fixed than ones which I don't know exist :-)
Jim
_______________________________________________
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