On Sep 9, 9:00 am, sfnc...@gmail.com wrote:
> Hi, As far as I can tell you can't call the accept function on a
> datagram socket. So why did this guy publish this sample code?http://www.codersource.net/winsock_tutorial_server_sele ct_model.html
> I modified it a little to fit it into my object and get a 10045 error
> at the accept() function when I try to connect with a client. Thanks
> for any help folks.
Well, I just found the "SOCK_STREAM" definition in the sample code I
was looking through. I just wish Google allowed us to delete our
previous posts so I didn't feel foolish.