Page 1 of 1

Why dll

Posted: 22 Dec 2021, 10:16
by andrew_stone69
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.

Re: Why dll

Posted: 24 Mar 2022, 08:13
by ramisthand76
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.

Re: Why dll

Posted: 16 May 2022, 10:08
by andrew_stone69
ramisthand76 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.
thanks for the information and reply brother