winsock2.h,没有这样的文件或目录
我在 XP 上的 Visual Studio 2008 中编译 Visual C++ 项目时遇到此错误。如何解决此错误:(
Error 1 fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlbase.h 68 WOT
I have this error while compiling my Visual C++ project in Visual Studio 2008 on XP. How to resolve this error :(
Error 1 fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlbase.h 68 WOT
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的 Windows SDK 配置不正确。解决此问题的最简单方法是安装 Windows 7 SDK。 (是的,您可以在windows xp上安装并针对xp进行开发)
Your Windows SDK is not configure correctly. The easiest way to fix this is to install Windows 7 SDK. (yes, you can install it on windows xp and develop for xp)
只需转到项目->项目属性
链接器->输入
在附加依赖项中添加 ws2_32.lib
链接器 -> 命令行在此处添加 ws2_32.lib
单击开始
simply go to project->project properties
linker->input
in additional dependencies add ws2_32.lib
linker ->command line add here ws2_32.lib
click start