Enter your email address:

 

 
 

DLL Libraries

Dynamic Link Libraries (DLL) are an important structural component of Microsoft Windows. DLLs allow certain code fragments to be compiled into a single library, and to be linked to by multiple programs. This means that only one copy of the library needs to exist, and multiple programs can share the functions and the data between them. The difference between a DLL and a static library is that when you compile your programs, the DLL is not compiled into your executable, but instead remains a separate module. This feature helps to keep executable size low, and also allows for a DLL to be loaded into memory only when it is needed.

Source : Mera Windows

Related Articles

About Hari Maurya

Hariprasad Maurya is a Technology writer, Web Developer & Designer when not busy with his Engineering Studies. He is a Community Champ for Mumbai IT Professional user group and always eager to help his friends and peers in whatever way he can.

Follow on: Facebook | Twitter | Website

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 Techsurface Copyright Policy | About Us | Contact Us | Site Map | Friends