Differences between version 2 and revision by previous author of DynamicLinkLibrary.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Saturday, October 25, 2003 9:21:16 pm | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Saturday, October 25, 2003 5:15:18 pm | by StuartYeates | Revert |
@@ -1,3 +1,3 @@
-[AKA] DLL
+[AKA] DLL on [MicrosoftWindows] platforms. Unix platforms use a ".so" filenam extension, for Shared Object.
-On [MicrosoftWindows] platforms, a
library of functions linked dynamically to an executable at RunTime.
+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
.