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> -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&kid3432&bid#0486&dat1642 _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel