A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Debug cache is the object_cache optimized for debugging purpose.
Synonym: UNL cache
Compare: object_cache, release cache
Dialog window is a bordered window that can be moved within your application.
Compare: bordered window, flat window, full-screen window
Dynamic library is a set of external non-volatile resources accessed when a compiled program is invoked or in the middle of its execution.
Dynamic libraries provide a mechanism for sharing resources, data, and code in such a way that the developer of a shared resource can change and upgrade functionality without requiring applications to be re-compiled.
Dynamic libraries can be loaded explicitly at runtime.
Dynamic libraries can include
Acronym: DLL; DSO
Synonym: dynamic link library, dynamically linked library; dynamic shared object
Compare: static library