As of today's updates to JSBSim, I no longer have MSVC complaining as much about compiling things like FGAerodynamics.cpp. I do get some errors, but they are all the same one.

Thanks!

Jonathan Polley

Failing Modules:
FGAerodynamics.cpp
FGAircraft.cpp
FGAtmosphere.cpp
FGAuxiliary.cpp
FGGroundReactions.cpp
FGInertial.cpp
FGMassBalance.cpp
FGPropulsion.cpp
FGRotation.cpp
FGTranslation.cpp

Sample errors (from FGAerodynamics.cpp, but they apply to all):

c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(229) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(231) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(233) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(235) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(237) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(239) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(241) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(243) : error C2661: 'Tie' : no overloaded function takes 4 parameters
c:\flightgear\src\fdm\jsbsim\fgaerodynamics.cpp(245) : error C2661: 'Tie' : no overloaded function takes 4 parameters


On Friday, March 22, 2002, at 05:35 PM, Tony Peden wrote:

My latest commit should fill out the aerodynamics buildup in the
property tree and fix some typos and inconsistencies.

Thanks to Erik Hofman for the FGPropertyManager.h fixes and pointing out
a couple of typos.

This commit also includes Jon's first cut at multi-fdm capability,
essentially the ability to have two instances of JSBSim. One would be,
say, the master aircraft while the other might be a bomb. The second
instance would calculate its ballistic trajectory.

Of course, this is Jon's work, so I'm sure he's thinking more along the
lines of a B-52 and a certain rocket plane. :-)

--
Tony Peden
[EMAIL PROTECTED]
We all know Linux is great ... it does infinite loops in 5 seconds.
-- attributed to Linus Torvalds

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

Reply via email to