fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.8k stars 755 forks source link

wcsncpy #75

Open GregSlazinski opened 6 years ago

GregSlazinski commented 6 years ago

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 commented 6 years ago

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'
Elmue commented 4 years ago

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