I'd rather not just disable the warnings but FWIW I'm pretty sure the MS documentation said that there were no plans to remove the standard C functions so this shouldn't be a concern in the near term. -Vance
_____ From: [EMAIL PROTECTED] on behalf of Frederic Bouvier Sent: Mon 1/23/2006 9:12 AM To: flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] Visual Studio 2005 Quoting Vance Souders : > Microsoft has made major changes to the standard C++ and C runtime libraries > under Visual Studio 2005. When compiling Flightgear 0.9.9 under VS 2005, > you get about 2500 deprecated function warnings because of these changes. > So, to build FG under VS 05 with zero errors and zero warnings is going to > take a lot of minor code changes. I wanted to get everyone's opinion on the > best way to do this while maintaining cross-platform compatibility. my opinion : #pragma warning( disable : 44.. ) ( or better, in the options of the project ) These warnings are just a way for Microsoft to promote their C++ dialect. But we are at risk the standard C interface will be deprecate in a future version. > > > More information on the changes can be found here: > > http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx <http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx> > <http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx <http://msdn.microsoft.com/msdnmag/issues/05/05/SafeCandC/default.aspx> > -Fred ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642> &kid=103432&bid=230486&dat=121642 _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel <https://lists.sourceforge.net/lists/listinfo/flightgear-devel>
<<application/ms-tnef>>