Results 1 to 4 of 4

Thread: Get Winsock client ready 2 send

  1. #1

    Thread Starter
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648

    Get Winsock client ready 2 send

    I have seen so many posts of people using timers to check status of the winsock control when the winsock status is say sckClosing; other people try and send data when the winsock control is not ready.

    Asynchronous programming requires a different mindset in that data to be sent must be stored in a buffer until such time as the winsock control is ready to send the data. The WinsockSender class attached is a simple solution to this.
    Attached Files Attached Files

  2. #2

    Thread Starter
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648

    Re: Get Winsock client ready 2 send

    OK this time the changes have been tested properly.
    Attached Files Attached Files

  3. #3
    Hyperactive Member
    Join Date
    Feb 2008
    Posts
    327

    Re: Get Winsock client ready 2 send

    hello mikky ..for a long time i have been looking for something like this but i don't exactly know how to use it ..it would be helpful if you could attach a project as well using your method

  4. #4
    Lively Member
    Join Date
    Feb 2008
    Posts
    87

    Re: Get Winsock client ready 2 send

    Thank you .. I would also like to see an example on how to use it..

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