[fpc-pascal] How to implement a simple tcp/ip connection?

Luca Olivetti luca at ventoso.org
Thu May 14 18:54:37 CEST 2020


El 14/5/20 a les 18:21, Giuliano Colla ha escrit:
> Hi all,
> 
> I need to implement a simple dedicated TCP/IP connection between a 
> client and a server. Nothing fancy, just sending and receiving short 
> strings. I have used in the past for that purpose the unit Sockets 
> lifting it from Kylix. This unit was taking advantage of libc, and this 
> rules it out.

If the problem is the unit libc but you can accept that the project is 
using  libc.so the ararat synape is another alternative.
I started using it when I abandoned delphi for lazarus and I still use 
it to this day (mostly windows though).

Bye
-- 
Luca


More information about the fpc-pascal mailing list