发表于:2004-04-14 15:11:00
2楼
driver.h : Declares the functions and parameters, so the compiler knows its style and is a external function.
driver.lib : Tells the linker that the functions are placed in driver.DLL file.
driver.dll : Stores these functions.