错误:

'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.    VINO    c:\program files (x86)\intelswtools\openvino_2019.3.379\deployment_tools\inference_engine\include\ie_unicode.hpp    37    

项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器,增加_CRT_SECURE_NO_DEPRECATE 

vs报错:‘wcstombs‘: This function or variable may be unsafe.

相关文章:

  • 2021-08-19
  • 2021-07-19
  • 2021-12-13
  • 2021-10-24
  • 2022-01-10
  • 2021-03-31
猜你喜欢
  • 2021-08-10
  • 2021-10-05
  • 2021-04-11
  • 2022-12-23
  • 2021-04-18
相关资源
相似解决方案