Clay Dowling <clay-diPsFfokYAT2eFz/[EMAIL PROTECTED]> wrote:
Second, examine the actual warnings, not just the count.  You'll find
that a large number of them are warnings about deprecated library
methods such as strcpy.

Not with VC6 (which the OP is using). These deprecation warnings are new with VC8 (aka VC 2005), and are easy to turn off by defining _CRT_SECURE_NO_DEPRECATE macro. For more details, see

http://msdn2.microsoft.com/en-us/library/8ef0s5kh(VS.80).aspx

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to