使用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
然后重新编译程序。