Installing Plugins
A Plugin is simply a standard Windows 32 bit DLL with an expected API in it. NPBuilder looks for all its Plugins in the subfolder:
\AppPlugins\
To install your user created plugin, simply compile it to a DLL and then copy that DLL to the above subfolder.
Then restart the NPBuilder application and it will find the new Plugin at startup.