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.
我有一个使用 wininet 库来做一些服务器发布/请求的应用程序。99.9% 的时间它都能完美运行,但一旦出现蓝月亮,应用程序将在尝试执行 ::InternetAttemptConnect(NULL) 时因无效的内存引用而崩溃。抱歉,描述相当模糊,但有人对可能引发此问题的原因有任何想法吗?
您是否遵守 WinInet 的多线程保证?WinInet 只是在某种程度上是线程安全的;有关更多信息,请参阅此帖子。