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.
1 Attachment(s)
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.
Re: Winsock Control Array help
Thanks. I will check it out.