Dynamic Link Libraries (DLLs) |
<<...In the MS-DOS environment, all of a program's object modules were statically linked during the build process. Windows allows dynamic linking, which means that specially constructed libraries can be loaded and linked at runtime. Multiple applications can share dynamic link libraries (DLLs), which saves memory and disk space. Dynamic linking increases program modularity because you can compile and test DLLs separately...>>
|
![]() ![]() ![]() |