Valentim-Gab / ChatPeerToPeer_Delphi-7

Simple chat in Delphi 7 using UDP to find people on the network and TCP to send and receive messages.
1 stars 1 forks source link

Missing #1

Open limelect opened 1 year ago

limelect commented 1 year ago

D10.2.3 missing UtilCpdSrv, uLkJSON;

Valentim-Gab commented 1 year ago

UtilCpdSrv is required for the SynEdit component. You can download this component from the internet or replace it with a TMemo. uLkJSON can be downloaded from the Internet, but if it gets difficult, the JSON library can be changed.