JSBSim in QT
#1201
Replies: 1 comment
-
If you're compiling your code with Regarding the error message that you're mentioning, it would be helpful if you could provide the symbol (i.e. class, method or function name) that is triggering this error message: not all JSBSim classes are exported to the DLL so if you try to access one of them, the compiler will indeed complain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use JSBSim.dll or JSBSim.lib in qt creator??
I created these lib files and add in my project (qt5.15) but I encountered many errors
qt unresolved external symbol __declspec(dllimport) lib file
Anyone can guide me!!
Beta Was this translation helpful? Give feedback.
All reactions