[fpc-devel] Non-blocking sockets on Mac OS X
Marco van de Voort
marcov at stack.nl
Fri Sep 8 22:27:37 CEST 2006
> On Fri, 08 Sep 2006 11:21:51 -0000, Jonas Maebe
> > between e.g. Pascal's close and Posix' close)
> > * the things Marco mentioned
>
> In quite a few cases "var" parameters are used instead of pointers, that's
> the other major difference I found when porting from delphi. Maybe those
> were in the socket functions. I remember stuff like getsockopt in winsock
> that used pointers where in fp it used getsocketoptions and var
> parameters.
fpgetsockopt uses pointers. getsocketoptions is an older (1.0.x) compability
function.
More information about the fpc-devel
mailing list