When I make a DLL, I include the .h file with all the function prototypes and stuff, and link with the .lib file. How can I use the DLL without having to link with the .lib file?