[fpc-pascal] Re: Socket library for Mac OS X
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Aug 28 21:44:34 CEST 2008
On Thu, 28 Aug 2008 20:57:22 +0200
"Paul" <paul.blommaerts at telenet.be> wrote:
> I've asked the Synapse list and since Lukas is answering on the list
> but got no answer, I assumed it wouldn't work.
He has no Mac so he can not test it.
> It's also listed on his website/l only Windows and Linux.
No one tested it yet carefully.
I only use some ftp and http things. So maybe some things don't work.
> What has to changed to use it with Mac OS X then ?
Not much. It uses the FPC socket unit which exists on many platforms.
In my old version I had to replace the 'IFDEF Linux' with 'IFDEF Unix'
and to add a few 'libc' calls.
Maybe the new version has fixed that.
Mattias
More information about the fpc-pascal
mailing list