Erik: Are you calling readXML while another call to readXML is in progress?
Norman: Can't be done unless this other call is in a different thread :-) Jon: > I'm doing it in standalone JSBSim (calling readXML from within another > readXML()). I > thought you simply had to provide new arguments. Why would it work perfectly > in > standalone JSBSim, but not within FlightGear? Doh!!! Of course Norman is right - and JSBSim is not calling ReadXML() while another call to readXML() is in progress. I still don't know what could be causing our abort, though. In standalone JSBSim we use our own compiled easyXML and eXpat code - though I would assume it's the same code SimGear uses. When building with FlightGear we resolve the references at link time with the simgear libs like everyone else. Seemed to work fine. Until it died when called from the propulsion loading code. Jon _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
