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 |
Where can I find microsoft visual c++?
What is the RGB macro used for?
Can I uninstall visual c++?
What is difference between c++ and visual c++?
Explain the advantages of cwinthread class.
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What is microsoft visual c++ 2010 x86 redistributable?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
Is microsoft visual c++ important?
What is the file extension used for C++ class implementation files?
What is the return value when the InsertItem function fails?
Can I delete old microsoft visual c++?