Library (computing): Difference between revisions

Content deleted Content added
MTS = Michigan Terminal System
Emperorbma (talk | contribs)
fmt
Line 10:
 
== Static linking ==
 
'''Static linking''' is linking in which a library is embedded into the program executable at [[compile time]] by a [[linker]]. A linker is a separate utility which takes one or more libraries and [[object file]]s (which are previously generated by a compiler or an assembler) and produces an actual [[executable file]].
 
Line 18 ⟶ 17:
 
== 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]].
 
Line 70 ⟶ 68:
 
[[Category:Computer terminology]]
 
[[es:biblioteca (programa)]]
[[fr:Dynamic Link Library]]