Path: utzoo!attcan!uunet!know!samsung!umich!yale!quasi-eli!cs.yale.edu!spolsky-joel From: spolsky-joel@cs.yale.edu (Joel Spolsky) Newsgroups: comp.windows.ms Subject: Re: .DLL files under Windows 3.0 Message-ID: <26131@cs.yale.edu> Date: 12 Sep 90 23:23:21 GMT References: <90255.141800GOODWIN@MAINE.BITNET> Sender: news@cs.yale.edu Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 11 Nntp-Posting-Host: zoo-gw.cs.yale.edu Originator: spolsky@suned.CS.Yale.Edu In article <90255.141800GOODWIN@MAINE.BITNET> GOODWIN@MAINE.BITNET (John A Potelle) writes: >I know the .dll files are called Dynamic Link Libraries, but what >are they used for ? They are libraries of subroutines that are linked at runtime instead of compile time. This way if > 1 running application need the same subroutines only one copy needs to be in memory. Joel Spolsky spolsky@cs.yale.edu Silence = Death