Library (computing): Difference between revisions

Content deleted Content added
Jor (talk | contribs)
m disambig loader
Jor (talk | contribs)
m disambig loader again
Line 21:
== Dynamic Linking ==
 
'''Dynamic linking''' is linking in which a library is loaded by the [[operating system]]'s [[Loader (computing)|loader]] separately from the executable file at [[loadtime]] or [[runtime]].
 
Most operating systems resolve external dependencies like libraries (called ''imports'') as part of the loading process.