what is DLL?
Answers were Sorted based on User's Feedback
Answer / subodh kumar pandey
DLL are library file with compile code that can be used by
other application.The DLL expose certain function and
classes to these applicationby exporting the function.
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / sachin
DLL is a dyanamic link library.In DLL we can store common
classes that we require regularaly in our application.DLL
can save memory as classes in DLL are shared in our
application without creating individual copy of each class.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nilavu
DLL is a binary file that can be loaded into another
process memory space. So that variables, functions &
classes that are compiled in one dll file could be used by
many application.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is a mnemonic?
Is visual c++ the same as c++?
what is mean [] inc what is the use of include conio.h in c
What is microsoft visual c++ 2005 redistributable?
What is type-safety?
Does visual c++ 2017 replace 2015?
How do I change visual code font?
What is the purpose of a C++ namespace?
How do I get rid of microsoft visual c++ runtime library error?
Do I need the microsoft visual c++?
How can we allow no selection of radio button in grouped radio buttons?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these