RE: [fpc-pascal] Carbon: i386 vs PPC API's

2008-09-29 Thread EarMaster - Bent Olsen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:fpc-pascal- > [EMAIL PROTECTED] On Behalf Of Jonas Maebe > Sent: 29. september 2008 10:46 > To: FPC-Pascal users discussions > Subject: Re: [fpc-pascal] Carbon: i386 vs PPC API's > > On 29 Sep 2008, at

Re: [fpc-pascal] Carbon: i386 vs PPC API's

2008-09-29 Thread Jonas Maebe
On 29 Sep 2008, at 09:27, EarMaster - Bent Olsen wrote: Is there any precautions one should make when sharing FPC codes between i386 and PowerPC? I've few calls to AudioToolbox API's which works fine under i386, but crashes in PPC - the exact API call is AudioConverterNew, and the records

[fpc-pascal] Carbon: i386 vs PPC API's

2008-09-29 Thread EarMaster - Bent Olsen
Hi all, Is there any precautions one should make when sharing FPC codes between i386 and PowerPC? I've few calls to AudioToolbox API's which works fine under i386, but crashes in PPC - the exact API call is AudioConverterNew, and the records passed to the API looks good, and is also returned by A