当前位置: 代码迷 >> 综合 >> Run-time error '10054':The connection is reset by remote side的处理
  详细解决方案

Run-time error '10054':The connection is reset by remote side的处理

热度:25   发布时间:2024-01-11 00:01:56.0

 当用VB的WINSOCK控件进行UDP网络开发时,如果发送端的RemoteHost设置成本机IP,则会出现Run-time error '10054':The connection is reset by remote side的错误,改成其他IP地址即可解决。

 

更多技术文章请参看施昌权的个人网站: http://www.joyvc.cn

 

  相关解决方案