| DLL When
you're trying to share functions or resources among Windows programs, you
generally put them in DLLs. These libraries do all kinds of things, from
holding icons (Windows 3.1's moricons.dll) to enabling Visual Basic
programs (vbrun3.dll) to creating network sockets that allow you to hook
up to the Internet (winsock.dll). |