InternetAttemptConnect 导致崩溃 C++
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否遵守 WinInet 的多线程保证? WinInet 仅在一定程度上是线程安全的; 请参阅此 发布以获取更多信息。
Are you obeying WinInet's multhithreading guarantees? WinInet is only somewhat thread safe; see this posting for more info.