InternetAttemptConnect 导致崩溃 C++

发布于 2024-07-26 14:59:23 字数 152 浏览 8 评论 0原文

我有一个使用 wininet 库来执行一些服务器发布/请求的应用程序。 99.9% 的情况下它都能正常工作,但在尝试执行 ::InternetAttemptConnect(NULL) 时,应用程序会因无效内存引用而崩溃。 抱歉,描述相当模糊,但是有人对可能引发此问题的原因有任何想法吗?

I have an app that uses the wininet libraries to do some server posting/requesting. 99.9% of the time it works perfectly, but once in a blue moon the app will crash on an invalid memory reference while attempting to do ::InternetAttemptConnect(NULL). Sorry that the description is rather vague, but does anyone have any ideas on what might trigger this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岛徒 2024-08-02 14:59:23

您是否遵守 WinInet 的多线程保证? WinInet 仅在一定程度上是线程安全的; 请参阅 发布以获取更多信息。

Are you obeying WinInet's multhithreading guarantees? WinInet is only somewhat thread safe; see this posting for more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文