4k scaling on Windows from juce DLL (Crosspost)

Continuing the discussion from 4k scaling not working EngineHelpers::showAudioDeviceSettings() when Tracktion is in a DLL:

Has anyone encountered 4k Windows scaling with juce windows launched from a DLL?

I ended up finding the scaling factor in the host application, then passing that via interop to the DLL, and then setting Desktop::setGlobalScalingFactor().