Problems when use JSBSim in C++ #887
Replies: 3 comments 4 replies
-
I'd say your best course of action is to use the MSVC project files that are included with JSBSim. Open |
Beta Was this translation helpful? Give feedback.
-
The Now in your case if you've built JSBSim as a static lib and then you're trying to link to it as a static lib rather than use the DLL version then you must ensure that |
Beta Was this translation helpful? Give feedback.
-
No The
That's going to be tricky, since C++ isn't the easiest programming environment to get familiar with. You'll probably want to find some online tutorials/lessons that give you at least some of the basics. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to write script in C++ to run JSBSim, just like Reference Manual.

But compiler cannot find FGFDMExec.h thought I have added the scr path.
I'm afraid I'm not familiar with C++. Any ideas? Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions