G
Guest
Hello,
I am getting several warnings associated with direct x h files. I'll post
one of them as an example:
1>C:\Program Files\Microsoft DirectX SDK (February
2007)\Include\strsafe.h(5595) : warning C4996: '_vsnprintf': This function or
variable may be unsafe. Consider using _vsnprintf_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339)
: see declaration of '_vsnprintf'
I see _CRT_SECURE_NO_WARNINGS can be used to disable the warnings, but why
is Microsoft still using these functions? The sdk was released Feb. 2007.
Does anyone know if there are plans to fix these warning in a future release?
Thanks for any info.
I am getting several warnings associated with direct x h files. I'll post
one of them as an example:
1>C:\Program Files\Microsoft DirectX SDK (February
2007)\Include\strsafe.h(5595) : warning C4996: '_vsnprintf': This function or
variable may be unsafe. Consider using _vsnprintf_s instead. To disable
deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339)
: see declaration of '_vsnprintf'
I see _CRT_SECURE_NO_WARNINGS can be used to disable the warnings, but why
is Microsoft still using these functions? The sdk was released Feb. 2007.
Does anyone know if there are plans to fix these warning in a future release?
Thanks for any info.