码迷,mamicode.com
首页 > 其他好文 > 详细

vs2013 error c4996: 'fopen': This function or variable may be unsafe

时间:2019-05-17 13:31:57      阅读:356      评论:0      收藏:0      [点我收藏+]

标签:styles   data-   secure   nim   用户   views   ati   too   for   

在用VS2013开发一AntiRootkit程序时遇到下面错误:


?error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. d:\用户文件夹\documents\visual studio 2013\projects\kertool\kertool\process.cpp 247 1 KerTool



解决方式,项目 =》属性 =》c/c++? =》预处理器=》点击预处理器定义,编辑。增加_CRT_SECURE_NO_WARNINGS,就可以。

vs2013 error c4996: 'fopen': This function or variable may be unsafe

标签:styles   data-   secure   nim   用户   views   ati   too   for   

原文地址:https://www.cnblogs.com/mqxnongmin/p/10880694.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!