Share on Facebook Share on Twitter Email
Answers.com

runtime library

 

A collection of executable software functions in the machine language of the target computer. A runtime library can be linked into an application at compile time with links already resolved from the programmer's code to the functions when the application is loaded. With this "static" linking, the runtime routines become part of the executable application.

Runtime routines can also reside in external files that are called for and dynamically linked to from the application at runtime. Dynamic link libraries (DLLs) are a common example. Development environments may provide both methods; for example, the C runtime (CRT) library, which provides the routines for standard C functions, provides both static and dynamic runtime capabilities. See DLL, runtime and runtime version.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc.  All rights reserved.  Read more