12. DLL and Build Questions

Microsoft Visual C++/Microsoft Foundation Classes


12.  DLL and Build Questions 

If you have questions about extension and user DLLs, be sure to read technical notes 11 and 33. Volume 2 of the documentation has more info too. Finally, try searching on the sample names dllhusk (extension DLL) and dlltrace (user DLL) in books on-line.

12.1.  Do I need a CWinApp object in a DLL?

12.2.  How should I define the WEP in a MFC DLL?

12.3.  How do I build an 'Extension DLL'?

12.4.  How can I manage resources in a 'Resource only DLL' and still benefit from ClassWizard?

12.5.  I am having [some problem] with exports/imports and extension DLLs. 

12.6.  What DLL's should  I distribute with my MFC app?