I writing some software that makes extensive use of ATL but the compiler is
coming up with alot of warningswhile compiling the ATL source code!
The warning are C4996 and C4995, they complain about certain functions being
deprecated.
The question is, is there some compiler option I can switch on to stop these
warnings or is it better to go and modify the ATL source and replace the
deprecated functions calls with their newer versions?
--
Best regards
Mark