Re: A problem about StripAddress
Re: A problem about StripAddress
- Subject: Re: A problem about StripAddress
- From: "Bus Mini" <email@hidden>
- Date: Thu, 11 May 2006 09:46:44 +0800
Thanks for your hlep.
On 5/11/06, Allen Cronce <email@hidden> wrote:
The point that several people have already made is that StripAddress doesn't do anything anymore. It's a hold over from the 68k days when Mac's had 48 bit addressing.
So instead of this:
bufferAddr = StripAddress (*buffer);
Just do this:
bufferAddr = *buffer;
Best,
--
Allen Cronce
--
Yours sincerely
Mini Bus.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden