Dynamic loading

Dynamic loading

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5143-6258-5

High Quality Content by WIKIPEDIA articles! Dynamic loading is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.