DLL Sample Programs

HomeOverviewHow Do IFAQDetails

Two MFC Advanced Concepts samples dealing with DLLs are included with Visual C++:

DLLHUSK   Demonstrates how to write, build, and use extension DLLs.

DLLTRACE   Demonstrates how to write, build, and use regular DLLs.

Examining the source code and makefiles for these samples may help you in building your DLLs.