Is there any delphi winsock2 library?
i need to u开发者_如何学JAVAse WSASocket function etc ...
WinSock 2.2 API unit or Winsock2.pas
Another good higher level wrapper around WinSock2 is Synapse. It also can support Winsock 1 with a compiler switch. The nice thing about Synapse is that it takes much of the pain out of socket programming away and is very easy to use and extend. Many of the necessary functions have already been implemented, which will save you time getting your solution up and running.
精彩评论