Home >  Term: dynamic shared library
dynamic shared library

A library whose code can be shared by multiple, concurrently running programs. Programs share exactly one physical copy of the library code and do not require their own copies of that code. With dynamic shared libraries, a program not only attempts to resolve all undefined symbols at runtime, but attempts to do so only when those symbols are referenced during program execution.

0 0

Kūrėjas

© 2024 CSOFT International, Ltd.