On 1/22/03 at 7:12 AM Jon Berndt wrote:

>I copied over Bernie's changes for namespaces, but have not been able to
>get the code to compile with FlightGear. The files JSBSim.cxx|hxx need to
>be aware of the new namespace scoping of JSBSim, and I can't seem to get
>it to work. Suggestions?

Wouldn't something like this work?

Either:

using namespace jsbsim

or 

using jsbsim::FGFDMExec
etc...

at the top of the files

or 

fdmex = new jsbsim::FGFDMExec
etc...

everytime its needed.

Cheers - Dave


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to