The import lib file is created by VS200X when building the DLL.
So, I don't need to include it, right?
It depends on the target. You could think about providing RDNZL in a binary package, with the header and the import library file. Especially if you want it to be usable with other compilers like MinGW; then the user won't probably have VS200X installed.
Michael.