You still need .lib file for linking - add it to the list of linker dependencies. .lib file in this case is used as "proxy" which helps to open dll at runtime.
Without .lib file, you can use LoadLibrary/GetProcAddress.