Client Server Applications

Reply

Join Date: Sep 2005
Posts: 1
Reputation: Aldur is an unknown quantity at this point 
Solved Threads: 0
Aldur Aldur is offline Offline
Newbie Poster

Client Server Applications

 
0
  #1
Sep 10th, 2005
Hi everyone,
I have recently started learning Delphi, and use Delphi 2005, I am following a tutorial on making a client server application, however it says this is the code i need to use in the on connect event on my TCP/IP Client Object, however i get an undeclared identifier 'TCustomWinSocket' error and this prevents it from running the relevant code follows does anyone have any suggestions? many thanks!

procedure TForm1.tcpClientConnect(Sender: TObject;
Socket: TCustomWinSocket);
begin
lblStatus.caption := 'Connected!';
cmdConnect.enabled = false;
cmdDisconnect.enabled = true;
end;

-Aldur
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC