MattR
Active member
I just created a pull request to enhance the plugin DLL search behavior in orbiter. My project, Skybolt, needs to load many DLLs for OpenSceneGraph, glew etc. Currently Orbiter searches for DLLs in the Modules, and Modules/Plugins folders. Rather than pollute these folders with my project-specific plugins, I'd like Orbiter to load DLLs from my project's subfolder: Modules/Plugins/OrbiterSkyboltClient. The pull request adds support for this behavior. If a directory exists with the same name as a plugin, it is added to the PATH and searched by LoadLibrary().
Does this sound like a good solution?
Does this sound like a good solution?