home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / Chapter4 / 4-1 / ReadMe.txt < prev    next >
Encoding:
Text File  |  1998-10-24  |  2.1 KB  |  57 lines

  1. ========================================================================
  2.        WIN32 APPLICATION : FirstConsole
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this FirstConsole application for you.  
  7.  
  8. This file contains a summary of what you will find in each of the files that
  9. make up your FirstConsole application.
  10.  
  11. FirstConsole.cpp
  12.     This is the main application source file.
  13.  
  14. FirstConsole.dsp
  15.     This file (the project file) contains information at the project level and
  16.     is used to build a single project or subproject. Other users can share the
  17.     project (.dsp) file, but they should export the makefiles locally.
  18.     
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. AppWizard has created the following resources:
  22.  
  23. FirstConsole.rc
  24.     This is a listing of all of the Microsoft Windows resources that the
  25.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  26.     in the RES subdirectory.  This file can be directly edited in Microsoft
  27.     Visual C++.
  28.  
  29. res\FirstConsole.ico
  30.     This is an icon file, which is used as the application's icon (32x32).
  31.     This icon is included by the main resource file FirstConsole.rc.
  32.  
  33. small.ico
  34.     %%This is an icon file, which contains a smaller version (16x16)
  35.     of the application's icon. This icon is included by the main resource
  36.     file FirstConsole.rc.
  37.  
  38. /////////////////////////////////////////////////////////////////////////////
  39. Other standard files:
  40.  
  41. StdAfx.h, StdAfx.cpp
  42.     These files are used to build a precompiled header (PCH) file
  43.     named FirstConsole.pch and a precompiled types file named StdAfx.obj.
  44.  
  45. Resource.h
  46.     This is the standard header file, which defines new resource IDs.
  47.     Microsoft Visual C++ reads and updates this file.
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50. Other notes:
  51.  
  52. AppWizard uses "TODO:" to indicate parts of the source code you
  53. should add to or customize.
  54.  
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.