-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile with a recent version of wxWidgets #1
Comments
That's the only Issue??? or the code need update too??? |
It's hard to tell until the code has been successfully compiled and run. At the moment, this problem with the wxWidgets library is preventing from investigating any further. |
Is there any other program like this (visually input the parameter to the XML) for JSBSim?? |
As far as I can tell, there is an utility flying-toaster42/JSBgraphicEditor with some documentation in its wiki. I guess @flying-toaster42 can provide you with more details about it. |
Sir I'm asking cause I'm having a lite trouble compiling the JSBSim Commander to the new wxWidgets and I'm starting to think is easier to do one form scratch. But if there is another GUI for visually input the parameter to the XML and create the system. My point it's relevant for the community to update this piece of code? |
That was the point exactly when I started my project on electron. I was
losing too much time going back and forth between a spreadsheet and an
XML editor.
Granted the piece of software I built is a bit of a hack, but it has
reached the level of usable. I am running a bit out of time right now to
expand it the way I want (I have some ideas I have started prototyping
but at some point I also want to focus on my airplanes which was the
goal all along).
I put the thing on github for people to contribute if they want to, so
if you are fluent in javascript, please dig in.
Cheers
Le 01/01/2022 à 14:48, DartShinigami a écrit :
…
Sir I'm asking cause I'm having a lite trouble compiling the JSBSim
Commander to the new wxWidgets and I'm starting to think is easier to
do one form scratch. But if there is another GUI for visually input
the parameter to the XML and create the system. My point it's relevant
for the community to update this piece of code?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVVB6VPVXYMLJLACFK5MHETUT4A2LANCNFSM4MRMZYBQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
JSBSimCommander was designed to compile with wxWidgets 2.6 and 2.8. The library current version is now 3.1.3 and seems incompatible with JSBSimCommander. Especially the class wxList which is now a template and obviously was not 12 years ago when the last contribution to the code has been made.
The text was updated successfully, but these errors were encountered: