You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
编写了一个测试程序,其中只调用了登录功能,该程序在Win10可以正常运行,但在xp系统下提示缺少诸多dll,即使将dll找全也不能解决问题,会报出"无法定位程序输入点 InitializeCriticalSectionEx 于动态链接库 Kernel32.dll 上"等问题,猜测问题应该出在starrtccoreDll_release.lib和starrtccoreDll.dll的编译生成方式上,其中默认使用了高于xp平台的系统函数,导致程序在适用于xp的同名dll中无法找到应使用的系统函数或其他功能。希望可以添加使用VS2013的Visual Studio 2013 - Windows XP (v120_xp)平台工具集编译且设置为"在共享dll中使用MFC"生成的starrtccoreDll_release.lib和starrtccoreDll.dll。
The text was updated successfully, but these errors were encountered:
编写了一个测试程序,其中只调用了登录功能,该程序在Win10可以正常运行,但在xp系统下提示缺少诸多dll,即使将dll找全也不能解决问题,会报出"无法定位程序输入点 InitializeCriticalSectionEx 于动态链接库 Kernel32.dll 上"等问题,猜测问题应该出在starrtccoreDll_release.lib和starrtccoreDll.dll的编译生成方式上,其中默认使用了高于xp平台的系统函数,导致程序在适用于xp的同名dll中无法找到应使用的系统函数或其他功能。希望可以添加使用VS2013的Visual Studio 2013 - Windows XP (v120_xp)平台工具集编译且设置为"在共享dll中使用MFC"生成的starrtccoreDll_release.lib和starrtccoreDll.dll。
The text was updated successfully, but these errors were encountered: