Re: [fpc-pascal] Mac OS X api cals

2008-08-29 Thread Damien Gerard
Le Aug 29, 2008 à 10:55 PM, Damien Gerard a écrit : Le Aug 28, 2008 à 10:55 PM, Paul a écrit : However, as a bank, they only trust on themselves. And they like to reinvent a broken wheel :) exactly :-) they also like many custom features .. Just in case you really really want to rema

Re: [fpc-pascal] Mac OS X api cals

2008-08-29 Thread Damien Gerard
Le Aug 28, 2008 à 10:55 PM, Paul a écrit : However, as a bank, they only trust on themselves. And they like to reinvent a broken wheel :) exactly :-) they also like many custom features .. Just in case you really really want to remake the world, here is a link which may help you : htt

Re: [fpc-pascal] License question about some sysutils .inc files

2008-08-29 Thread Michael Van Canneyt
On Fri, 29 Aug 2008, Michael Green wrote: > Hello everyone! > > I just happened to see the license on fina.inc / finah.inc and a few other > includes by Gertjan Schouten, which are used in SysUtils > (/rtl/objpas/sysutils). They're released under the GNU GPL, but don't mention > anything about

Re: [fpc-pascal] Mac OSX API call

2008-08-29 Thread Jonas Maebe
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 point

[fpc-pascal] License question about some sysutils .inc files

2008-08-29 Thread Michael Green
Hello everyone! I just happened to see the license on fina.inc / finah.inc and a few other includes by Gertjan Schouten, which are used in SysUtils (/rtl/objpas/sysutils). They're released under the GNU GPL, but don't mention anything about the special exception/persmission (COPYING.FPC). So

RE: [fpc-pascal] Mac OSX API call

2008-08-29 Thread EarMaster - Bent Olsen
> -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 episode, Vincent Snijders said: > > > > I

RE: [fpc-pascal] Mac OSX API call

2008-08-29 Thread EarMaster - Bent Olsen
> -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 for the pointer): I tried, an

Re: [fpc-pascal] Mac OSX API call

2008-08-29 Thread Marco van de Voort
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

Re: [fpc-pascal] Mac OSX API call

2008-08-29 Thread Vincent Snijders
EarMaster - Bent Olsen schreef: Extern OSStatus AudioFileReadPackets ( AudioFileID inAudioFile, Boolean inUseCache, UInt32*outNumBytes, AudioStreamPacketDescrip

[fpc-pascal] Mac OSX API call

2008-08-29 Thread EarMaster - Bent Olsen
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

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-29 Thread Paul
I used Indy also without problems, so I don't mind blocking, but it needs to run within a thread if you don't want the gui blocked . Not promoting ICS here, but with ICS you can use blocking an non-blocking together. That's why I mostly use ICS with Delphi. Never used Synapse before, don't know

Re: [fpc-pascal] Re: Socket library for Mac OS X

2008-08-29 Thread Luca Olivetti
En/na Paul ha escrit: Hi Luca, I've used ICS a lot. It's a very good library, but only for Delphi. Yes, I'm not arguing that. I was only remarking that ICS uses a different model than indy/synapse. See, e.g., sections "Indy is Blocking" and "Blocking is NOT Evil" in http://www.indyproject.or