gpt4 book ai didi

c++ - Winsock2 的 VC++ 2005 错误

转载 作者:行者123 更新时间:2023-11-28 08:09:19 25 4
gpt4 key购买 nike

#include <winsock2.h>

此错误仅在VC++ 2005出现,2008无错误

fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory

最佳答案

您需要先安装平台SDK。请使用 this link 安装 Windows 7 SDK .

准备就绪后,打开 VC++ 2005,从“工具”菜单中选择“选项”,然后选择“VC++ 目录”。从“显示目录:”列表中,您需要选择“包含文件”。请双击列表中最后一项之后的下一项,然后选择以下目录:

{SDK}\Windows\v7.1\Include

其中 {SDK} 是您的 SDK 安装目录。关闭窗口重新编译。

VC++ Options window

关于c++ - Winsock2 的 VC++ 2005 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9503594/

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