Found 1 hit - Term: dynamically linked library, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
dynamically linked library
dll a library which is linked to application
programs when they are loaded or run rather than as the final
phase of compilation. this means that the same block of
library code can be shared between several tasks rather than
each task containing copies of the routines it uses. the
executable is compiled with a library of "stubs" which allow
link errors to be detected at compile-time. then, at run
time, either the system loader or the task's entry code
must arrange for library calls to be patched with the
addresses of the real shared library routines, possibly via a
jump table.
the alternative is to make library calls part of the
operating system kernel and enter them via some kind of
trap instruction. this is generally less efficient than an
ordinary subroutine call.
it is important to ensure that the version of a dynamically
linked library is compatible with what the executable expects.
examples of operating systems using dynamic linking are
sunos .so - shared object files, microsoft windows
.dll and risc os on the acorn archimedes relocatable
modules.
1995-12-12
see also:
library application programs compilation tasks stubs link errors
compile-time run time loader jump table operating system
kernel trap subroutine sunos microsoft windows
risc os acorn archimedes
Results 1 - 8 of 8 found about dynamically linked library: Linked
>> L Words
Linked, definition of term: Linked
linked_pag1.html Library
>> L Words
Library, definition of term: Library
library_pag1.html Dynamically
>> D Words
Dynamically, definition of term: Dynamically
dynamically_pag1.html Library Science
>> L Words
Library Science, definition of term: Library Science
library+science_pag1.html Library Paste
>> L Words
Library Paste, definition of term: Library Paste
library+paste_pag1.html Dynamically Lin
>> D Words
Dynamically Lin, definition of term: Dynamically Lin
dynamically+lin_pag1.html Public Library
>> P Words
Public Library, definition of term: Public Library
public+library_pag1.html Class Library
>> C Words
Class Library, definition of term: Class Library
class+library_pag1.html
Last accessed:2008/10/10 14:43:02 [Total processing time: 1 seconds] |