Difference between revisions of "Crtdll.dll"

From ReactOS Wiki
Jump to: navigation, search
m (Easier reading.)
m (Word change.)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
CRTDLL.DLL is also known as the C Runtime Library. Prior to Windows 10, it has not been considered a core system component. However, some version of MSVCRT.DLL or CRTDLL.DLL has been installed by Windows for about as long as Windows has existed. It is needed by software that has been built using certain Microsoft compilers. Windows 10 brings the concept of the [https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/ Universal CRT].
+
CRTDLL.DLL is also known as the C Runtime Library. Prior to Windows 10, it has not been considered a core system component. However, some version of MSVCRT.DLL or CRTDLL.DLL has been installed by Windows for about as long as Windows has existed. It is needed by software that has been built using certain Microsoft compilers. Windows 10 introduces the concept of the [https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/ Universal CRT].
  
 
== Development Resources ==
 
== Development Resources ==

Revision as of 14:52, 13 April 2019

The page Crtdll.dll is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


CRTDLL.DLL is also known as the C Runtime Library. Prior to Windows 10, it has not been considered a core system component. However, some version of MSVCRT.DLL or CRTDLL.DLL has been installed by Windows for about as long as Windows has existed. It is needed by software that has been built using certain Microsoft compilers. Windows 10 introduces the concept of the Universal CRT.

Development Resources

MSVCRT.DLL, MSVCP*.DLL and CRTDLL.DLL (Wikipedia)

How to Use the C Runtime Library (Microsoft)

CRT Library Features (Microsoft)

Code History

Commit history (Source code can be found in: /reactos/dll/win32/crtdll)