Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TClientSocket problem delphi 6<-->delphi 7

Status
Not open for further replies.

Themuppeteer

Programmer
Apr 4, 2001
449
BE
Hello,

a friend of mine is writing a client server game.
Its far from finished,and I decided to help him so he send me the code. But I cant compile it. I have delphi7 and he has delphi 6. The problem is that he uses TClientSocket and TServerSocket but thats not availlable in delphi 7 so I can not compile his code! All I have is tcpclient and tcpserver and indy client server.. What do I have to do to use the TClientSocket and TServerSocket so that I can compile his code ?

Thnx!

Greetz,
img


NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)

"Those who say they understand chess, understand nothing"

-- Robert HUBNER
 
Aha, I think I found a solution. going to test it tonight at home..

Solution: You will need to add the dclsockets package to the IDE. To do this go to Component | Install Packages | Add (/bin/dclsockets70.bpl).

Greetz,
img


NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)

"Those who say they understand chess, understand nothing"

-- Robert HUBNER
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top