I am afraid that you can't just add any third party .NET dll to Basic4PPC. In order to be accessible as a B4PPC library a dll needs to have the correct structure. To use your dll you would need to write/have written a simple wrapper dll that conforms to what B4PPC expects of a library to act as an interface between B4PPC and your dll.