[fpc-devel] Non-blocking sockets on Mac OS X

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Sep 8 13:21:51 CEST 2006


On 8 sep 2006, at 00:09, Robert Reimiller wrote:

> The biggest problem I'm having is that FPC is different from both  
> Win32 and Posix
> so it hasn't been straight forward.

FPC's *nix interface is pretty much entirely based on Posix, only  
with a few naming conventions:

* all Posix functions are prefixed with fp (to avoid naming clashes  
between e.g. Pascal's close and Posix' close)
* the things Marco mentioned


Jonas



More information about the fpc-devel mailing list