listen()-6ren"> listen()-我制作了一个必须在 Win32 和 WinCE6 (x86) 机器上运行的应用程序。它在 Win32 上完美运行,但在 WinCE6 机器上执行时: m_TcpServer->listen(QHost-6ren">
gpt4 book ai didi

c++ - WinCE6 "protocol type not supported"上的 QTcpServer->listen()

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:43:25 28 4
gpt4 key购买 nike

我制作了一个必须在 Win32 和 WinCE6 (x86) 机器上运行的应用程序。它在 Win32 上完美运行,但在 WinCE6 机器上执行时:

m_TcpServer->listen(QHostAddress::Any, 1024)

它返回 false 并说:“不支持的协议(protocol)类型”

我已经用谷歌搜索过了,但我找不到解决这个问题的方法,如果有人能帮我解决这个问题,我将不胜感激。

谢谢,约翰内斯

最佳答案

试试 QHostAddress::AnyIPv4。它可能试图绑定(bind)到一个在 WinCE 上不起作用的 IPv6 接口(interface)。

关于c++ - WinCE6 "protocol type not supported"上的 QTcpServer->listen(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25119430/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com