Tagged Questions
0
votes
1answer
417 views
Winsock WSAAsyncSelect sending without an infinite buffer
This is more of a design question than a specific code question, I'm sure I am missing the obvious, I just need another set of eyes.
I am writing a multi-client server based on WSAAsyncSelect, each ...
0
votes
1answer
476 views
How to use WSAAsyncSelect from WinAPI in C#?
I'm tired of the .NET BeginRead,EndRead stuff.I'd love to use WSAAsyncSelect the way I used to in Delphi/C++
//Async CallBack handler Declaration
procedure MessageHandler(var Msg:Tmessage);Message ...