Re: [fpc-devel] LibC for darwin

2006-01-07 Thread Jonas Maebe
On 07 Jan 2006, at 20:03, Mattias Gaertner wrote: Is there a libc for MacOSX? You mean a specific libc unit? Because the system unit, baseunix and unix are all based on libc on Mac OS X. But no, there is no port of the libc unit for Mac OS X yet. Jonas _

[fpc-devel] LibC for darwin

2006-01-07 Thread Mattias Gaertner
Is there a libc for MacOSX? Mattias ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] IInterface IUnknown

2006-01-07 Thread Mattias Gaertner
On Sat, 07 Jan 2006 12:40:44 +0100 Vincent Snijders <[EMAIL PROTECTED]> wrote: > dannym wrote: > > Hi, > > > > Am Freitag, den 06.01.2006, 21:29 +0100 schrieb Florian Klaempfl: > > > >>Vincent Snijders wrote: > >> > >> > >>>Mattias Gaertner wrote: > Why has Delphi 7: > > IUnknown =

Re: [fpc-devel] IInterface IUnknown

2006-01-07 Thread Vincent Snijders
dannym wrote: Hi, Am Freitag, den 06.01.2006, 21:29 +0100 schrieb Florian Klaempfl: Vincent Snijders wrote: Mattias Gaertner wrote: Why has Delphi 7: IUnknown = IInterface; and FPC IInterface = IUnknown; ? History. How on earth did he even notice that it is so ? I'm curious, does

Re: [fpc-devel] Re: [lazarus-dev] IInterface IUnknown

2006-01-07 Thread dannym
Hi, Am Freitag, den 06.01.2006, 21:29 +0100 schrieb Florian Klaempfl: > Vincent Snijders wrote: > > > Mattias Gaertner wrote: > > > >> My ISP is currently on a blacklist, so I can't send a mail to the FPC > >> list. > >> Can someone ask on the fpc list for me: > >> > >> Why has Delphi 7: > >> >