In our previous episode, Ewald said: > Change all calls to (I don't know if argument lists are the same, it's > been a long time) > Listen() to fpListen() > ShutDown() to fpShutDown() > Socket to fpSocket() > Bind() to fpBind() > > Prefix symbols: > Family, port and addr symbols with `sin_`
http://wiki.freepascal.org/User_Changes_2.4.0#Almost_all_old_1.0.x_socket_unit_functions_have_been_removed Some argument types changed from formal type to pointer, and return values changes from boolean to integer. The description of the fp* function typically matches the one in socket tutorials and man pages. The deprecated ones where FPC specific, specially wrt returnvalues and errorhandling. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal