HELLO: Demonstrates Basic Application
HELLO shows the basics of using the Microsoft(R) Foundation Class (MFC) library to write applications for the Microsoft Windows(TM) operating system. This application creates and displays a fully-functional frame window, which in turn displays a text string in its center.
The HELLO source code illustrates the following concepts:
Simple MFC application structuring
Integrating Windows resources with your application
HELLO requires special MFC libraries and include files; see the "MFC Libraries" and "MFC Include Files" abstracts to copy these files to your development system. HELLO uses the following libraries: SLIBCEW.LIB (C Windows runtime library), LIBW.LIB (Windows library), and either SAFXCW.LIB (MFC small-model Windows retail library) or SAFXCWD.LIB (MFC small-model Windows debug library).
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 hello project." /C"samples}