Plugins can be used to add certain features, such as hotkey support, to Blackbox for Windows. To load a plugin, you simply need to add the relative path of the plugin (from your Blackbox directory) to the file plugins.rc (located in the Blackbox directory).
For example, if you installed Blackbox into c:\Blackbox, and your plugin (let's say BBKeys.dll) is located in c:\Blackbox\plugins\BBKeys, you should add the line...
plugins\BBKeys\BBKeys.dll
...to plugins.rc. Simple, eh? :)
[ Please note that some plugins may also have their own configuration files (BBKeys, for instance, uses a file named bbkeys.rc). For more information, try this crazy piece of advice: Read the plugin documentation! <g> ]
|