MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

wcsncpy

Open GregSlazinski opened this issue 6 years ago • 2 comments

I'm getting this warning: warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

GregSlazinski avatar Oct 24 '17 01:10 GregSlazinski

Any news?

memorymodule\memorymodule.c(1134): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>c:\program files (x86)\windows kits\10\include\10.0.10240.0\ucrt\corecrt_wstring.h(198): note: see declaration of 'wcsncpy'

GregSlazinski avatar May 10 '18 21:05 GregSlazinski

See https://github.com/fancycode/MemoryModule/pull/52/files

Elmue avatar Jun 22 '20 18:06 Elmue