Windows NT Systems Programming: Spring 1999
[ Home | Syllabus | Course Notes | Assignments | Search]
Compiling Hello
- Copy files "Hello.mak" "hello.h" and
"hello.cpp" from
here.
- To use vc++ IDE, create New project using the "Win32
Application" mode
(I avoid using the MFC wizard at this point - it gives
you too much free stuff)
- Add the header and source files.
- goto "Project/Settings" to get settings dialog
box.
- In the "General" tab select "UseMFC in a
Shared DLL" from the "Microsoft Foundation
Classes:" selection box.
- build the project
Copyright chris wild 1999.
For problems or questions regarding this web contact [Dr.
Wild].
Last updated: December 28, 1998.