Link to home
Start Free TrialLog in
Avatar of Cerixus
CerixusFlag for United States of America

asked on

client/server tutorials?

This is a non-technical question.  I've been searching frantically for good Delphi tutorials on client/server programming.  I don't really care if it's Indy, TServer/ClientSocket, TCPServer/Client or what.  I just want some advice on which to use and where to find some good tutorials on client/server basics.

Thanks

p.s. I did download a basic client/server demo with source, but when I tried to run it I got an error saying: "Class TClientSocket not found.  Ignore the error and continue?".  Everytime I tried to compile I got a runtime error.  I'm sure this is a fairly easy answer, so this post-script is for bonus points.
Avatar of Cerixus
Cerixus
Flag of United States of America image

ASKER

I found a small beginners tutorial at delphi.about.com, the only problem is that it references TServerSocket and TClientSocket again.  It specifically said I could find them in the 'internet' component tab.  The only thing even close is 'TCPClient' and 'TCPServer'.  Did TServerSocket and TClientSocket disappear in Delphi 7?
Avatar of craig_capel
craig_capel

Yes TclientSocket/TServerSocket vanished in Delphi 7 :(
ASKER CERTIFIED SOLUTION
Avatar of Mohammed Nasman
Mohammed Nasman
Flag of Palestine, State of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
dear
you will find lot of links in the following site:
http://www.negocioschina.com.br/alberto/10849.html
MidWare is great component set and is free.

http://overbyte.delphicenter.com

Bojidar Alexandrov
Avatar of Cerixus

ASKER

BAlexandrov: I tried MidWare for a couple days, I'm not liking it.

srisha: Most of those links are dead.

mnasman: I like Indy, but their website just doesn't have the resources I'm looking for.


Please help me find Indy tutorials/resources for beginners.
Hi
  Most of the links in the site I referred still works.however here is another site for a more detailed information:
http://www.delphi3000.com
here you can login as a member and get whatever info you want.
TClientSocket in delphi 7 is a class now... :PpPp yay! =]