static linking
static linking
Combining all necessary subroutines from external libraries into one executable file when compiling an application. When running, the application is not dependent on any of the operating system's auxiliary software components, known as "DLLs" in Windows and "shared objects" in Mac and Unix. Therefore, changes in these auxiliary modules do not affect the application for better or worse. Contrast with dynamic linking. See runtime library.Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
References in periodicals archive
SQLite
Static Linking for Win64, OCI and Direct connections in the same Oracle application, and more features are added.
Unlike classical spreadsheets that rely on
static linking and consolidating, a hierarchical spreadsheet understands that data rollups are usually dynamic.
The first is
Static Linking of SQLite library to dbExpress driver, that allows users to fully renounce using sqlite3.dll.
Use
Static Linking to embed the SQLite library in your application, that will guarantee that the application will work with the SQLite library, with which it is developed, but not with the one, which is installed on the computer where the application is being deployed.
Copyright © 2003-2025 Farlex, Inc
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.