HELLO1 and DLLTRACE: Demonstrates Building a DLL

HELLO1 and DLLTRACE provide a simple example of building a dynamic link library (DLL) that uses Microsoft(R) Foundation Class (MFC) Windows(TM) classes, and an application that uses the DLL. This sample builds in DEBUG mode only.

These samples require special MFC libraries and include files; see the "MFC Libraries" and "MFC Include Files" abstracts to copy these files to your development system. HELLO1 uses the following libraries: MLIBCEW.LIB (C Windows runtimes for building an executable), LIBW.LIB (Windows library), LDLLCEW (C Windows runtimes for building a DLL), MAFXCWD.LIB (MFC medium-model Windows debug library) and LAFXDWD.LIB (MFC large-model Windows debug library with DLL support).

To build this application, you must have Microsoft C/C++ version 7.0 installed on your system.

{ewc navigate.dll, ewbutton, /Bcodeview /T"Click to open or copy files in the dlltrace project." /C"samples}