Chapter 16. DLLs
by Paul Gustavson
IN THIS CHAPTER
Windows provides a powerful mechanism for supporting application reuse at the binary level through Dynamic Link Libraries (DLLs). A DLL typically represents a collection of common utilized functions, capabilities, and/or resources packaged into a linkable module that can be leveraged by other programs. This linkable module typically has the extension .dll
.
There are many practical uses for a DLL. For instance, suppose you have a common set of math models and calculations that need to be used within several applications ...
Get Borland C++Builder™ 6 Developer’s Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.