The correct code (in the file JSBSimModel.h) should look like this:
- Code: Select all
----- In file JSBSimModel.h change the following 3 lines from… ----
class DLLEXP JSBSimModel : public Simulation::DynamicsModel
{
DECLARE_SUBCLASS(JSBSimModel,Simulation::DynamicsModel)
----- to the following 3 lines. ------
class DLLEXP JSBSimModel : public Simulation::AerodynamicsModel
{
DECLARE_SUBCLASS(JSBSimModel,Simulation::AerodynamicsModel)
Corrected file is also attached.
Doug