Two other things. First there is a constant string in telnet.cxx that contains <CR>s, which MSVC does not like. Second, telnet.cxx uses snprintf(), which is not supported under MSVC (for some reason, they use _snprintf(), go figure).
Jonathan Polley On Wednesday, May 15, 2002, at 07:58 PM, Jonathan Polley wrote: > I noticed that the latest version of main.cxx references a macro > SG_COMPILER_STR, which doesn't seem to be defined anywhere. Is this > suppose to be referencing SG_COMPILER from simgear/compiler.h? Also, for > some reason, MSVC does not like the most recently generated > FlightGear.dsp (it does some REALLY WEIRD(tm) things). > > Jonathan Polley > > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
