Runtime library - Wikipedia, the free encyclopedia
In computer programming, a runtime library is a special program library used by a compiler, to implement functions built into a programming language, during the runtime (execution) of a computer pro...
en.wikipedia.org/wiki/Runtime_library
C standard library - Wikipedia, the free encyclopedia
The C standard library consists of a set of sections of the ISO C standard which describe a collection of header files and library routines used to implement common operations, such as input/output ...
en.wikipedia.org/wiki/C_standard_library
From the PowerPoint FAQ: Microsoft Visual C++ Runtime Library error messages -- The PowerPoint FAQ (Frequently Asked Questions) site is the place to start when you have PowerPoint questions. ... See: OFFXP: Error Message After You Install Office XP: Microsoft Visual C++ Runtime Library Runtime Error!
www.pptfaq.com/FAQ00473.htm
Runtime libraries work behind the scenes to automate common tasks performed by various computer program languages and operating systems. Runtimes are also used to provide efficiency by reducing...
http://www.ehow.com/how_5134151_speed-up-computer-windo...
The Visual Basic 6 SP6 runtime library, also called vb6 runtime files or vbrun dll set, are required to run programs that were written in Visual Basic 6. It can be difficult to know whether a program needs these files because often an author fails to mention it in the help files or documentation.
www.softwarepatch.com/windows/vbrun6.html
No pointless wrappers around C runtime library functions or OS API functions D provides direct access to C runtime library functions and operating system API functions. Pointless D wrappers around those functions just adds blather, bloat, baggage and bugs.
www.digitalmars.com/d/2.0/phobos/phobos.html
The vulnerability is caused by a boundary error in the RPC Runtime Library and can be exploited by sending a series of specially crafted messages to a RPC service. Successful exploitation causes the system to stop responding or discloses portions of memory content.
secunia.com/advisories/12799/
Using the statically linked CRT implies that any state information saved by the C runtime library will be local to that instance of the CRT. For example, if you use strtok, _strtok_l, wcstok, _wcstok_l, _mbstok, _mbstok_l when using a statically linked CRT, the position of the strtok parser is unrelated to the strtok...
msdn.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx msdn.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx
Documentation and resources for developers on Netscape Portable Runtime (NSPR) ... Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla clients and many of Red Hat's, Sun's, and other software offerings.
www.mozilla.org/projects/nspr/
From the beginning, Microsoft's .NET framework was designed to support a broad range of different programming languages on a Common Language Runtime (CLR). The CLR provides shared services to these languages ranging from a world-class GC and JIT to a sandboxed security model to tools integration for debugging...
blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-lan... blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx