static linking
Смотреть что такое "static linking" в других словарях:
Static — has several meanings:* Static electricity, a net charge of an object ** The triboelectric effect, e.g. from shoes rubbing carpet * White noise, a random signal with a flat power spectral density ** Noise (radio), a type of radio interference **… … Wikipedia
Static library — In computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile time and copied into a target application by a compiler, linker, or binder,… … Wikipedia
Static build — A static build is a compiled version of a program which has been statically linked against libraries. In computer science, linking means taking one or more objects generated by compilers and assemble them into a single executable program. The… … Wikipedia
Library (computing) — This article is about the programming concept. For Windows 7 Libraries, see Features new to Windows 7#Libraries. Illustration of an application which uses libvorbisfile to play an Ogg Vorbis file In computer science, a library is a collection of… … Wikipedia
Dynamic-link library — This article is about the OS/2 and Windows implementation. For dynamic linking of libraries in general, see Dynamic linker. Dynamic link library Filename extension .dll Internet media type application/x msd … Wikipedia
DLL Hell — In computing, DLL Hell is a term for the complications that arise when working with dynamic link libraries (DLLs) used with Microsoft Windows operating systems,[1] particularly legacy 16 bit editions which all run in a single memory space. While… … Wikipedia
Linker — In computer science, a linker or link editor is a program that takes one ormore objects generated by a compiler and assembles them into a single executable program.In IBM mainframe environments such as OS/360 this program is known as a linkage… … Wikipedia
Comparison of integrated development environments — Main article: Integrated development environment The following tables list notable software packages that are nominal IDEs; standalone tools such as source code editors and GUI builders are not included. Contents 1 ActionScript 2 Ada 3 Basic … Wikipedia
Binding (computer science) — In computer science, binding is the creation of a simple reference to something that is larger and more complicated and used frequently. The simple reference can be used instead of having to repeat the larger thing. A binding is such a… … Wikipedia
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… … Wikipedia
DLL — ▪ computer code file in full dynamic link library a file containing code for commonly used program functions on personal computers (personal computer) (PCs) that run the Microsoft Corporation s Windows operating system. Linking is… … Universalium