[fpc-pascal]Socket programming with FPC

Marco van de Voort marcov at stack.nl
Sat Jul 24 17:50:40 CEST 2004


> Is it possible to do socket programming under win32 with FPC 1.0.10 or
> 1.9.4?

Yes both.

For 1.9.4 complete suites (ICS, see www.overbyte.be) are available, see
in CVS projects/contrib/ics  and deeper.

> Which unit should I check out?

sockets, winsock
 
> If possible under win32, what about DOS?

DOS has no networking by default, and no universal API. You will have to
find/make a unit that does that. Check out the contributed units page for
something from Diego de Marco (or something like that).

However this is a _lot_ more difficult.




More information about the fpc-pascal mailing list