Results 1 to 3 of 3

Thread: Indy Networking.

  1. #1

    Indy Networking.

    Hi,

    I don't see an OnRecieve event for the Indy TCP Server component nor the TCPServer component in Delphi 2006, but I see it for Serversocket in Delphi 6, what do i do?

    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  2. #2

    Re: Indy Networking.

    Quote Originally Posted by Voltrox
    Hi,

    I don't see an OnRecieve event for the Indy TCP Server component nor the TCPServer component in Delphi 2006, but I see it for Serversocket in Delphi 6, what do i do?

    Hello

    use OnExecute event... for each connection you have one Thread..

    Greetings
    Knowledge is power.

  3. #3

    Indy Networking.

    I have just started up my BDS 2006 (looks VERY nice btw!), and i thought I should learn to use indy, since it is supposed to be much better than the TServerSocket and TClientSocket components of old.

    I'm wondering, how can i store the clients socket to the client?
    so that i can send a package to a client when i want to.

    in the TServerSocket component, i just assigned the Socket (TCustomWinSocket) to the players Socket.
    (my players were stored as records with a TCustomWinSocket and the other vars i needed)

    Indy doesnt work in the same way, so i feel totally blank...

    can someone help?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •