Types of DLL's
Answers were Sorted based on User's Feedback
Answer / shipra
there are two types of dll
1 static dll
2 dynamic dll
we can add the code permanent in static dll but can not in
dynamic dll..
| Is This Answer Correct ? | 6 Yes | 25 No |
What is a message map, and what is the advantage of a message map over virtual functions?
What is the base class for MFC
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
How to handle RTTI in MFC ?
What interface must be supported by an ActiveX control?
how many types of messages are their
Explain Doc/View architecture
Which CPrintInfo member variable must be set for multiple page printouts?
Types of DLL's
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the base class for MFC Framework ?
1)why we cant create more than one instance of the class Derived from CWinApp