Difference between revisions of "Crtdll.dll"

From ReactOS Wiki
Jump to: navigation, search
(Replaced content with "{{stub}} {{Code history|dll/win32/crtdll}} Category:Development Category:DLL")
(Intro, section and resources.)
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, it has existed for nearly as long as Windows and some version of MSVCRT.DLL or CRTDLL.DLL has been installed by Windows. It needs to be installed for 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].
 +
 +
== Development Resources ==
 +
[[wikipedia:Microsoft_Windows_library_files#MSVCRT.DLL,_MSVCP*.DLL_and_CRTDLL.DLL|MSVCRT.DLL, MSVCP*.DLL and CRTDLL.DLL (Wikipedia)]]
 +
 +
[https://support.microsoft.com/en-us/help/94248/how-to-use-the-c-run-time How to Use the C Runtime Library (Microsoft)]
 +
 +
[https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features?view=vs-2017 CRT Library Features (Microsoft)]
 +
 +
== Code History ==
 
{{Code history|dll/win32/crtdll}}
 
{{Code history|dll/win32/crtdll}}
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:DLL]]
 
[[Category:DLL]]

Revision as of 20:49, 16 March 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, it has existed for nearly as long as Windows and some version of MSVCRT.DLL or CRTDLL.DLL has been installed by Windows. It needs to be installed for software that has been built using certain Microsoft compilers. Windows 10 brings 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)