I've downloaded a build from your CodeProject articel and run its executable.
But instead of using the base.dll within its folder structure, it uses the one from the path, which is only version 2.3, while 2.4 is required.
Is there a chance to fix this, to let the executable always load the DLLs within its folder structures?
Or was it a wanted behavior to look at the path for (a probably matching) bass.dll?
In my case, there was no fallback to the "known" one, so the bass.dll from the path let the executable exit with a message box describing why it stops working.