Still Learning

I do have C++ experience, developing professional spacecraft flight dynamics software. But my emphasis is primarily in the mathematics and the classes that do the work. Very little GUI experience.
 
On the Orion not yet. It kinda works but the MET doesn't. I have also add a moveable dock.

Are you making new MFDs?
 
I do have C++ experience, developing professional spacecraft flight dynamics software. But my emphasis is primarily in the mathematics and the classes that do the work. Very little GUI experience.

But you do know how to configure the compiler, in case the defaults are a bit outdated.

Also, the drawing functions for MFDs in Orbiter are very basic compared to modern developments, even in avionics. But that also means you have little special to learn and mostly need to understand how Orbiter is convinced to use your MFD.
 
But you do know how to configure the compiler, in case the defaults are a bit outdated.

Also, the drawing functions for MFDs in Orbiter are very basic compared to modern developments, even in avionics. But that also means you have little special to learn and mostly need to understand how Orbiter is convinced to use your MFD.
The issues definitely appear to be with configuring the compiler. It appears to be looking for externals that don't seem to be in the SDK.
 
Its above my head. But maybe post which ones and someone can help.

One issue with 2024 and the Orion is my SLS will not work as it is MS2015. Which has not be fully converted. There is another SLS though which does function in 2024
 
The issues definitely appear to be with configuring the compiler. It appears to be looking for externals that don't seem to be in the SDK.

Yes, that is possible. The structure of the C++ runtime library changed since Orbiter 2016 and I am not sure the settings had been properly updated in OpenOrbiter yet. Also, make sure the compiler is set to 32 bit. Sometimes the C++ compiler wants to go 64 bit for this old software.
 
Back
Top