I can't get "exception.hxx" to compile under Borland C++. I think it may be getting recognized as a C file - not C++. Does anyone know of a directive that can be specified in the file to get the file to be viewed as a C++ file? The compiler is choking on this:
using std::string; -or- SG_USING_STD(string); Jon > Note that files in simgear/xml except EasyXML.* are from Expat. So if you > already include Expat in JSBSim, you don't need them. > It also use simgear exceptions ( simgear/structure/exception.hxx ) > > -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
