Results 1 to 2 of 2

Thread: Winsock.ocx problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    27

    Angry

    I'm making an application that talks to clients on 120 pcs. The clients sit and listen on port 5555 until the server contacts them. The problem I'm seeing is that I can make the connection, the client accepts and it's state becomes 7, but then the server state stays on 6 indefinatly. The server is using an array of 120 winsock controls.

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Location
    Højslev, None, Denmark
    Posts
    75

    Lightbulb Use API

    When you are using the Winsock ActiveX component in an array, basic runs through the whole array, every time, you check one of the array elements properties. I recommend you to use the API calls for the winsock system, it will work much faster by the way ;-)
    Queen ROCKS!!!!!

Posting Permissions

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



Click Here to Expand Forum to Full Width