Giter Site home page Giter Site logo

ucrt's Introduction

Universal C Runtime

What the UCRT is

Visual C++ C Runtime (CRT) was shipped with and versioned by each releases of Visual Studio (2002, 2003, 2005, 2008, 2010, 2012, and 2013) before. Since Visual Studio 2015, the CRT has been split into two logical parts: The VCRuntime, which contained the compiler support functionality required for things like process startup and exception handling, and a "stable" part named Universal CRT, which can be considered as the Windows' equivalent of the GNU C Library (glibc) in the Linux world, that contained all of the purely library parts of the CRT including C99 and POSIX functionality and some extensions.

How the UCRT exsits

A C++ program built with Visual Studio 2015 or later will depend on the Universal CRT. The UCRT DLLs are named ucrtbase.dll (release) and ucrtbased.dll (debug); they do not include a version number and become components of Windows Operating System.

  • The UCRT is a part of Windows 10.
  • There are Windows Update MSU packages that distribute the UCRT for Windows Vista, 7 and 8.x.
  • On Windows XP, the VCRedist will deploy the UCRT itself.

Where the UCRT sources

  • Include: C:\Program Files (x86)\Windows Kits\10\Include\%Version%\ucrt.
  • Source: C:\Program Files (x86)\Windows Kits\10\Source\%Version%\ucrt.
  • Redist DLLs: C:\Program Files (x86)\Windows Kits\10\Redist\%Version%\ucrt\DLLs\%ARCH%.
  • Debug DLL: C:\Program Files (x86)\Windows Kits\10\bin\%Version%\%ARCH%\ucrt.

References

  1. Introducing the Universal CRT.
  2. Determining Which DLLs to Redistribute.
  3. Update for Universal C Runtime in Windows.

ucrt's People

Contributors

huangqinjin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.