| | |
looking for server client example or help delphi
![]() |
•
•
Join Date: Oct 2004
Posts: 44
Reputation:
Solved Threads: 0
hi,
i am looking for a sample program for delphi for a server client. I was wanting to use sockets and i am using pascal. if any one know of any good resource site or has some same code.
I tired the following example
http://www.dcs.napier.ac.uk/~bill/delphi_page.htm
but when i compile t said client socket doesnt have corresponding component???
thanks for looking
i am looking for a sample program for delphi for a server client. I was wanting to use sockets and i am using pascal. if any one know of any good resource site or has some same code.
I tired the following example
http://www.dcs.napier.ac.uk/~bill/delphi_page.htm
but when i compile t said client socket doesnt have corresponding component???
thanks for looking
•
•
•
•
I was wanting to use sockets and i am using pascal. if any one know of any good resource site or has some same code.
It shows how to:
- save the connected client in order to interchange data;
- send message (text) from client to server and vice-verse;
- send formated command to server to be processed;
- monitore client and server disconnection (server ou client Stop to listen);
Take a look to attachment. If it interest You, let me know because the comments is all in portuguese.
First, start the SocketServer.exe program and click Start Server button. At last, start how many clients (SocketClient.exe program) You want to test. Type the server name to respective edit control (if all prograns in the same machine, You must type LocalHost) and click Start Client.
Bye
"It always has, at least, two ways to make one same thing. Exactly that they are certain and wrong"(Micheus)
Brazil - Blumenau
Brazil - Blumenau
I download it with no problem...
So, try download than from my shared resources on 4Shared. Looking for Programacao folder and expand it. There is a folder named Socket and You will see two samples zipped in there.
Bye
So, try download than from my shared resources on 4Shared. Looking for Programacao folder and expand it. There is a folder named Socket and You will see two samples zipped in there.
Bye
"It always has, at least, two ways to make one same thing. Exactly that they are certain and wrong"(Micheus)
Brazil - Blumenau
Brazil - Blumenau
•
•
Join Date: Nov 2008
Posts: 3
Reputation:
Solved Threads: 0
This does soemthing close from what I'm looking for. As I guess it is using Indy, I assume it is multithread.
My problem is how to attach the read write handler to the ServerSockeet? I can launch the sever, I can connect a client, but I do not know how to adress the correct handler to read any received message...
My problem is how to attach the read write handler to the ServerSockeet? I can launch the sever, I can connect a client, but I do not know how to adress the correct handler to read any received message...
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
You should have the examples, however, you could download them from the indys website as per the readme in the indy directory under your demos.
For server and client socket raw from delphi, there are a number of examples on code central. And in fact theres a tutorial on there for those 2 components.
For server and client socket raw from delphi, there are a number of examples on code central. And in fact theres a tutorial on there for those 2 components.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
•
•
Join Date: Nov 2008
Posts: 3
Reputation:
Solved Threads: 0
The site http://www.nevrona.com/indy I have in the read.me file leads to a not available page. And on the Indy site I do not see where to download anything!
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
I guess google was too much to ask too, www.indyproject.org
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
![]() |
Similar Threads
- Looking for a Senior DELPHI Developer (Software Development Job Offers)
- php socket server - can't connect from flash xml client socket (PHP)
- Upload a file to a ftp server using delphi (Pascal and Delphi)
- Delphi Developer needed (Web Development Job Offers)
- FTP Delivery Client (Pascal and Delphi)
- MS ACCESS as server (MS Access and FileMaker Pro)
- Why are there so many languages? (Computer Science)
- Client Server Applications (Pascal and Delphi)
- Microsoft .NET FAQ (ASP.NET)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Its a matter of converting it i guess...
- Next Thread: Wiener filter
| Thread Tools | Search this Thread |






