vs2012 不再支持xp平台,如果需要支持xp,需要安装vs2012 update1 以上的补丁包。设置Platform Toolset在Project的Properties 选择 General > Platform Toolset -> 选择XP 即使安装设置好之后,xp系统依旧可能无法运行。报无法定位入口点InitializeCriticalSectionEx在动态链接库KERNEL32.DLL错误。经过一番搜索和寻找之后,找到一个解决方案http://tedwvc.wordpress.com/2013/04/14/how-to-get-visual-c-2012-update-2-statically-linked-applications-to-run-on-windows-xp/所需要下载附件的zip包,添加3个文件到项目中,然后右击项目,生成自定义-〉勾上masm 选项,重新生成即可。 文章来源: