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 the RGB macro used for?
What is cwinthread class?
What property is used to indicate that the up-down control is associated with a buddy control?
What are the advantages of a message map
How do I fix microsoft visual c++ 2015 setup failed?
How do I install microsoft visual c++ 2015?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What function is used to trap all mouse messages?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
What is mfc in vc++?
what are the advantages of VC++ design environment
How do I uninstall visual c++?