I was playing a game and it showed msvcp120.dll file missing error. I solve it but I am curies what is DLL and why DLL file is
so necessary. help me with this.
thanks in advance.
Why dll
Moderators: DllAdmin, DLLADMIN ONLY
-
- Posts: 1
- Joined: 18 Mar 2022, 12:33
Re: Why dll
The use of DLLs helps promote modularization of code, code reuse, efficient memory usage, and reduced disk space. So, the operating system and the programs load faster, run faster, and take less disk space on the computer. When a program uses a DLL, an issue that is called dependency may cause the program not to run.
-
- Posts: 2
- Joined: 22 Dec 2021, 10:01
Re: Why dll
thanks for the information and reply brotherramisthand76 wrote: ↑24 Mar 2022, 08:13 The use of DLLs helps promote modularization of code, code reuse, efficient memory usage, and reduced disk space. So, the operating system and the programs load faster, run faster, and take less disk space on the computer. When a program uses a DLL, an issue that is called dependency may cause the program not to run.