[fpc-pascal]Socket programming with FPC

Marco van de Voort marcov at stack.nl
Sat Jul 24 21:05:06 CEST 2004


> >> Which unit should I check out?
> 
> MvdV> sockets, winsock
> 
> I can't locate docs about winsock unit, though a simple program
> containing it in a uses list compiles fine. I have browsed through
> Reference Guide 1.9 from 1.0.10 package.

it's a straight c->pascal conversion of the Windows api. (which itself derives
from bsd sockets).

Look for windows socket programming examples (preferably delphi), and read them,
then look at the FPC winsock interface.




More information about the fpc-pascal mailing list