Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vb6代码中的以下错误:
1)错误(10022)套接字未绑定,无效地址或在接受之前未调用监听
2) 错误 10048 - 正在使用的地址
当您没有将 TCP 控件绑定到端口但调用了 .Listen 方法时,会发生错误 #1
当您尝试侦听已被另一个程序或进程侦听的端口时,会发生错误 #2。