ganlei的个人博客 - austgl 发布于 6年前 (2015-06-03)
![]()
LINK : fatal error LNK1000: Internal error during IncrBuildImage 解决方法:项目(Project)->属性(Property)->链接器(Linker)->常规(General) 下面的“启用增量链接(Enable ...
阅读(2753)赞 (0)
ganlei的个人博客 - austgl 发布于 6年前 (2014-12-29)
![]()
Error 3 error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SE...
阅读(3111)赞 (0)标签:_CRT_SECURE_NO_WARNINGS
ganlei的个人博客 - austgl 发布于 6年前 (2014-12-28)
![]()
Error 1 error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Un ...
阅读(4929)赞 (0)标签:MFC / MSB8031 / Visual Studio 2013 / VS2013
ganlei的个人博客 - austgl 发布于 6年前 (2014-12-24)
编译xmlRPC报错,xmlrpc-c用到了libcurl: lib/curl_transport/curlmulti.c:22:24: fatal error: curl/types.h:No such file or directory gcc& ...
阅读(13635)赞 (1)标签:types.h