Qokelate 发表于 2012-8-6 12:59:42

是文档错误还是BUg?

帮助里面写着,失败是返回-1并设置@Error
但测试如图,返回是-1 @Error=0 怎么回事?

Qokelate 发表于 2012-8-6 13:07:56


TCPStartup()
Local $x = TCPListen(@IPAddress1, 65535)
Local $a = TCPAccept($x)
MsgBox(0, @error, $a)
TCPShutdown()

附测试代码
页: [1]
查看完整版本: 是文档错误还是BUg?