Hi,

there was a question on how to reduce compiler warnings with Visual C 8:

In order to reduce warnings with Visual Studio 2005 use the following defines

_CRT_SECURE_NO_DEPRECATE
_CONST_CORRECT_OVERLOADS
NOMINMAX

NOMINMAX is not necessary, but can be handy.

Then only a few Warnings are still there, which we can ignore safely.

Cheers
  Olaf

Reply via email to