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