home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / begin / generic / readme.txt < prev    next >
Encoding:
Text File  |  1996-01-17  |  983 b   |  25 lines

  1. Generic Win32-based Application
  2.  
  3.  
  4. The GENERIC sample is a generic Win32-based application with a menu and an
  5. About box, but without any real functionality. The sample demonstrates the
  6. basic steps that are used to create the application.
  7.  
  8. The files included in this sample are:
  9.  
  10. GENERIC.C - The .C source file
  11. GENERIC.H - The .H file for the sample
  12. RESOURCE.H - The .H file created by VC++ 2.0
  13. GENERIC.DEF - The definition file
  14. GENERIC.RC - Contains resource information such as menus and dialog boxes
  15. GENERIC.HPJ - The Help file source
  16. GENERIC.CNT - The contents list for the Help file
  17. GENERIC.RTF -  A rich text format file used for Help
  18. GENERIC.MAK - A Microsoft Visual C++ 2.0 make file
  19. MAKEFILE - A command line make file
  20. MAKEHELP.BAT - A batch file that makes the Help file
  21. GENERIC.ICO - The icon for the GENERIC sample
  22. SMALL.ICO - The small-icon for the GENERIC sample
  23. GENERIC.BMP - A bitmap for the GENERIC sample
  24. HELP.BMP - A bitmap for the Help file
  25.