Macro definition of snprintf conflicts with Standard Library function declaration
即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持
D:\dev\libvpx\libvpx-v1.3.0\vp9\common\vp9_systemdependent.h
1 #ifde.... Read More >
月归档:2020 年十一月
2020
11-30
11-30
VS2019报错:无法解析的外部符号 __snprintf
VS2019链接vs2012的库时,提示无法解析的外部符号 __snprintf
解决方法:
在报错的工程中附加链接库legacy_stdio_definitions.lib可以解决此问题:
#pragma comment(lib, "legacy_stdio_definitions.lib").... Read More >

在Windows Server 2012中安装Microsoft Visual C++ 2015 Redistributable (x64) 失败
查看日志出现下面错误
Error 0x80240017: Failed to execute MSU package.
需要依次安装下面补丁:
1、KB2919442
https://www.microsoft.com/zh-cn.... Read More >
2020
11-07
11-07
ThinkPHP漏洞如何修复
