James Yates, IV - 2002-12-30

I start a DLL project and I also start a GUI windows project. The windows project uses functions from the DLL. I build the DLL fine. I include the header file from the DLL in the GUI file, but the linker complains, saying unresolved external symbols. Is there a guide to developing appz that use .dlls?