
30 Sep
2004
30 Sep
'04
9:51 p.m.
"Reece Dunn" <msclrhd@hotmail.com> wrote
d:\devel\libraries\boost\1.31.0\libs\test\src\execution_monitor.cpp(572) : warning C4996: 'strncat' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(114) : see declaration of 'strncat'
Nice to see you people are catching up after almost a month that I posted the same findings both here and on jam build egroup that all went to neverneverland :( As for the strings, MS wants you to use *secure* variants with "_s" (underscore s) appended to the function name. Cheers, Tony