使用Visual Studio 2012 - Windows XP (v110_xp) Update 2编译程序 在Windows XP报
---------------------------
Innocentsetup.exe - 无法找到入口
---------------------------
无法定位程序输入点 InitializeCriticalSectionEx 于动态链接库 KERNEL32.dll 上。
"The procedure entry point InitializeCriticalSectionEx could not be located in the dynamic link library KERNEL32.dll"
---------------------------
确定
---------------------------
Visual Studio 2012
Update 2 本身的BUG
解决方法:
1、卸载 Update 2 装 Update 1
或者直接安装 Update 3
然后重新编译程序。
本文解决了一个在Windows XP环境下使用Visual Studio 2012 Update2编译程序时遇到的问题,即出现“无法定位程序输入点 InitializeCriticalSectionEx 于动态链接库 KERNEL32.dll”的错误提示。解决方案包括卸载Update2并安装Update1,或直接安装Update3。
2148

被折叠的 条评论
为什么被折叠?



