> 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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to