Results 1 to 3 of 3

Thread: Winsock Control Array help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    65

    Winsock Control Array help

    Ok first off I search all over here for stuff related to this. Tried some stuff and all but no success.

    I understand and can get the single server to client connection for say a chat app working fine. My problem is when we make Winsock a control array and try to get multiple ones to connect. Could someone post the most basic code for this as possible. Just enough to get it to receive on the server and all and anything different with the client (if there is).

    Dont worry about senddata and all of that unless you want... I just want them to actually get connected. Thanks a lot I have been looking and trying this for a while now.

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Winsock Control Array help

    Here is a very minimal multiuser chat server. It includes logic to initialize Common Controls for XP Styles (and an appropriate manifest) but this isn't necessary to the operation of the server.

    Again, a simple example, but it shows that you don't need a lot of code to make a basic chat server.
    Attached Files Attached Files

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Posts
    65

    Re: Winsock Control Array help

    Thanks. I will check it out.

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