On 29 Aug 2008, at 20:34, Jonas Maebe wrote:
On 29 Aug 2008, at 11:58, EarMaster - Bent Olsen wrote:
From: [EMAIL PROTECTED] [mailto:fpc-pascal-
[EMAIL PROTECTED] On Behalf Of Vincent Snijders
Sent: 29. august 2008 12:27
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] Mac OSX API
On 29 Aug 2008, at 11:58, EarMaster - Bent Olsen wrote:
From: [EMAIL PROTECTED] [mailto:fpc-pascal-
[EMAIL PROTECTED] On Behalf Of Vincent Snijders
Sent: 29. august 2008 12:27
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] Mac OSX API call
I think it should be (no var for the
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:fpc-pascal-
> [EMAIL PROTECTED] On Behalf Of Marco van de Voort
> Sent: 29. august 2008 12:39
> To: FPC-Pascal users discussions
> Subject: Re: [fpc-pascal] Mac OSX API call
>
> In our previous episod
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:fpc-pascal-
> [EMAIL PROTECTED] On Behalf Of Vincent Snijders
> Sent: 29. august 2008 12:27
> To: FPC-Pascal users discussions
> Subject: Re: [fpc-pascal] Mac OSX API call
>
> I think it should be (no var fo
In our previous episode, Vincent Snijders said:
>
> I think it should be (no var for the pointer):
... and if ObjC's concept of a boolean is the same as FPC's. Maybe longbool
?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.fre
EarMaster - Bent Olsen schreef:
Extern OSStatus
AudioFileReadPackets ( AudioFileID inAudioFile,
Boolean inUseCache,
UInt32*outNumBytes,
AudioStreamPacketDescrip
Hi all,
I've been playing with audio unit framework on Mac OSX 10.4, and trying to
make a sample from Xcode (PlayAudioFileLite) running on Lazarus 0.9.25/rev
15279 with FPC 2.2.0.
I'm nearly done, and I'm only getting an error -50 (error in user parameter
list) on the last API call from the callb