Windows NT Systems Programming: Spring 2001

[ Home | Syllabus | Course Notes | Assignments | Search]


Compiling Hello


  1. Copy files "Hello.mak" "hello.h" and "hello.cpp" from here.
  2. 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)
  3. Add the header and source files.
  4. goto "Project/Settings" to get settings dialog box.
  5. In the "General" tab select "UseMFC in a Shared DLL" from the "Microsoft Foundation Classes:" selection box.
  6. build the project

Copyright chris wild 1999-2001.
For problems or questions regarding this web contact [Dr. Wild].
Last updated: January 18, 2001.