APQ winxp 运行出现no such file or directory和file

visual c++ - winsock2.h, no such file or directory - Stack Overflow
Join the Stack Overflow Community
Stack Overflow is a community of 7.0 million programmers, just like you, helping each other.
J it only takes a minute:
I have this error while compiling my Visual C++ project in Visual Studio 2008 on XP. How to resolve this error :(
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
Your Windows SDK is not configure correctly. The easiest way to fix this is to install . (yes, you can install it on windows xp and develop for xp)
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
Your Answer
Sign up or
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Post as a guest
By posting your answer, you agree to the
Not the answer you're looking for?
Browse other questions tagged
rev .25629
Stack Overflow works best with JavaScript enabled1089人阅读
[root@localhost&kvm_demo]#&qemu-system-x86_64&-m&1024&-smp&4-bootorder=cd&-hda&/home/kx/kvm_demo/xp.img&-cdrom&/home/kx/kvm_demo/winxp_32.iso
Could&not&access&KVM&kernel&module:&No&such&file&or&directory
failed&to&initialize&KVM:&No&such&file&or&directory
No&accelerator&found!
Try with sudo modprobe kvm-intel.
In order to have the module automatically loaded at the startup of the virtual machine, do the following:
Edit the corresponding file from the shell with sudo vim /etc/modules.confPossibly enter your username password.Press the key G to go to the end of the document and then
o to begin inserting.Write kvm-intel and press Enter, producing a new line.Press Esc to return to the Normal mode of vim. &--INSERT--& will disappear fromthe bottom.Save the file and exit vim by writing :wq.
You are done. Try to reboot and load the nested virtual machine.
在centos上测试通过.
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:84055次
积分:1475
积分:1475
排名:千里之外
原创:41篇
转载:149篇
(1)(1)(1)(3)(1)(1)(1)(1)(3)(1)(3)(1)(6)(13)(11)(26)(16)(39)(30)(21)(11)(1)(1)

我要回帖

更多关于 no such or directory 的文章

 

随机推荐