Penguin
Diff: DynamicLinkLibrary
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of DynamicLinkLibrary.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 6 Last edited on Friday, February 20, 2004 12:51:11 pm by AristotlePagaltzis
Older page: version 4 Last edited on Thursday, February 19, 2004 2:03:11 pm by JohnMcPherson Revert
@@ -1,5 +1 @@
-[AKA ] DLL on [MicrosoftWindows] platforms. Unix platforms use a ".so" filename extension, for Shared Object.  
-  
-A library of functions linked dynamically to an executable at RunTime. This makes the executable smaller since it doesn 't have to include all that code, and also means less memory use, since all programs that use the same library can share the read-only code.  
-  
-See the SharedLibraries page for more
+"DynamicLinkLibrary" is [Microsoft ]'s name for what everyone else calls a SharedLibrary