Skip to content
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

Add support for Plugin load order to XML #61

Open
barkermn01 opened this issue Jan 23, 2020 · 0 comments
Open

Add support for Plugin load order to XML #61

barkermn01 opened this issue Jan 23, 2020 · 0 comments

Comments

@barkermn01
Copy link
Contributor

Having built Ultrasound to support plugins loaded via 7th Heaven, the Plugins for Ultrasound must be loaded before Ultrasound Plugin is loaded.

So this is a feature request to support a LoadPriority for plugins. and if no priority is specified it defaults to 1 so plugins that need to load before others can use 0.

E.G

  <LoadLibrary>VoiceHook.dll</LoadLibrary>
  <LoadPlugin Priotiy=1>Ultrasound7H.dll</LoadPlugin>
  <LoadPlugin Priority=0>UltrasoundInputHooker.dll</LoadPlugin> 

Instead of

  <LoadLibrary>VoiceHook.dll</LoadLibrary>
  <LoadPlugin>UltrasoundInputHooker.dll</LoadPlugin> 
  <LoadPlugin>Ultrasound7H.dll</LoadPlugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant