Why dll

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
andrew_stone69
Posts: 2
Joined: 22 Dec 2021, 10:01

Why dll

Post 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.

advertisement
ramisthand76
Posts: 1
Joined: 18 Mar 2022, 12:33

Re: Why dll

Post 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.

andrew_stone69
Posts: 2
Joined: 22 Dec 2021, 10:01

Re: Why dll

Post 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

Post Reply