开发者

Is there any delphi winsock2 library?

开发者 https://www.devze.com 2022-12-26 03:36 出处:网络
i need to u开发者_如何学JAVAse WSASocket function etc ...WinSock 2.2 API unit orWinsock2.pasAnother good higher level wrapper around WinSock2 is Synapse.It also can support Winsock 1 with a compiler s

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消