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

Posted mqxnongmin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs2013 error c4996: 'fopen': This function or variable may be unsafe相关的知识,希望对你有一定的参考价值。

在用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的主要内容,如果未能解决你的问题,请参考以下文章

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be

error C4996: 'fopen': This function or variable may be unsafe.

VS 编译C错误error C4996: 'scanf': This function or variable may be unsafe. 的解决方案

windows系统下VS2013或者VS2017的C4996错误解决方法

LinuxC++开发面试系列:代码运行gcc编译system函数与VS2013 C4996解决方法

LinuxC++开发面试系列:代码运行gcc编译system函数与VS2013 C4996解决方法