Re: AudioUnit 64/32 bit bridge
Re: AudioUnit 64/32 bit bridge
- Subject: Re: AudioUnit 64/32 bit bridge
- From: David Duncan <email@hidden>
- Date: Thu, 21 Jan 2010 10:28:18 -0800
On Jan 21, 2010, at 10:03 AM, tahome izwah wrote:
> What makes you say that? If you use NSInteger as a data type I would
> not expect to see any word length related problems...
NSInteger is 32-bit in 32-bit processes and 64-bit in 64-bit processes. If you try to send an NSInteger across process boundaries, and those process boundaries have different bit-ness, you will have word length problems.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden