what is dynamic link library

  • Thread starter Thread starter sreenath_sree2003
  • Start date Start date
S

sreenath_sree2003

please send me about dynamic link library.
how it is created.and where it is used?
 
please send me about dynamic link library.
how it is created.and where it is used?

A Dynamic Link Library is a file with the extension DLL.
They are created by developers to provide common
functionality to one or more applications. They are used
according to their exposed interfaces.
 
Micky said:
A Dynamic Link Library is a file with the extension DLL.
They are created by developers to provide common
functionality to one or more applications. They are used
according to their exposed interfaces.

DLL is an extension convention. A .CPL is also a Dynamic Link Library.

So it's typically a program or set of functions that requires another
program to launch it or call those functions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top