So post some
Actually, I mis-read the original post - he has EZ Rotate free edition.
Firstly, there are no guarantees that you can get the DLL to work with the GDK - if that DLL uses any of the DBPro functionality (globstruct, external DLL function calls) then there's no chance of it working unless you write another DLL to map those calls to the GDK (which is actually harder than it sounds).
If you can get past that then there are two possible methods - the first (and harder one) is to create a .lib file for the DLL (
linky to an article that explains how). The second method is to use the LoadLibrary/GetProcAddress functions to load the DLL and get pointers to the functions you want.
Now unless you are fairly comfortable with dealing with DLLs yourself (not just linking to them), I'd advise you to buy EZ Rotate instead - it'll be a more efficient use of your time, and produce more efficient code.