ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
Here's the complete source file.
1>------ Build started: Project: Glider, Configuration: Debug Win32 ------
1>Glider.cpp
1>Glider.cpp(151): warning C4101: 'th_group': unreferenced local variable
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(1198,5): warning MSB8012: TargetPath(C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.dll) does not match the Linker's OutputFile property value (C:\Users\toffe\Desktop\Orbiter\Modules\Glider.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1> Creating library C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.lib and object C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.exp
1>Glider.vcxproj -> C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.dll
1>Glider.vcxproj -> Debug\Glider.pdb (Full PDB)
1>Done building project "Glider.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
I don’t know whether to laugh or cry... The code compiles but there’s no .dll!
build output said:1>Glider.vcxproj -> C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.dll
The compiler's output window shows where the DLL is being created:
Compilation Warning said:1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(1198,5): warning MSB8012: TargetPath(C:\Users\toffe\Desktop\Orbiter\Orbitersdk\samples\Glider\Debug\Glider.dll) does not match the Linker's OutputFile property value (C:\Users\toffe\Desktop\Orbiter\Modules\Glider.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
Why on the desktop?1>Glider.vcxproj -> C:\Users\toffe\Desktop\...
Hmm, that's odd. Maybe that's caused by this warning?
Why on the desktop?
Couldn't it be a UAC issue?

Thanks for all your help, and sorry for my silly questions![]()
Thanks for all your help, and sorry for my silly questions![]()
EDIT: It requires the new XRSound Beta
XRSound Beta is not released AFAIK. So nobody can enjoy your addon's sound feature if dbeachy1 decides to kill the temporary download link. I'd suggest to revert it to 1.1 .
delta height divided by delta time...would be the most obviousBy the way, how would I get vertical speed (for variomater)?
delta height divided by delta time...would be the most obvious![]()
But how would I know delta time? Each time step is different.
But how would I know delta time? Each time step is different.