home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / apps / winaping / readme.txt < prev    next >
Text File  |  2002-02-28  |  4KB  |  104 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : WINAPING
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this WINAPING application for you.  This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your WINAPING application.
  12.  
  13.  
  14. WINAPING.MAK
  15.     This project file is compatible with the Visual C++ development
  16.     environment. 
  17.  
  18.     It is also compatible with the NMAKE program provided with Visual C++. 
  19.  
  20.     To build a debug version of the program from the MS-DOS prompt, type
  21. nmake /f WINAPING.MAK CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f WINAPING.MAK CFG="Win32 Release"
  24.  
  25. WINAPING.H
  26.     This is the main header file for the application.  It includes other
  27.     project specific headers (including RESOURCE.H) and declares the
  28.     CWinapingApp application class.
  29.  
  30. WINAPING.CPP
  31.     This is the main application source file that contains the application
  32.     class CWinapingApp.
  33.  
  34. WINAPING.RC
  35.     This is a listing of all of the Microsoft Windows resources that the
  36.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  37.     in the RES subdirectory.  This file can be directly edited in the
  38.     Visual C++ development environment.
  39.  
  40. RES\WINAPING.ICO
  41.     This is an icon file, which is used as the application's icon.  This
  42.     icon is included by the main resource file WINAPING.RC.
  43.  
  44. RES\WINAPING.RC2
  45.     This file contains resources that are not edited by the Visual C++
  46.     development environment.  You should place all resources not
  47.     editable by the resource editor in this file.
  48.  
  49.  
  50. WINAPING.CLW
  51.     This file contains information used by ClassWizard to edit existing
  52.     classes or add new classes.  ClassWizard also uses this file to store
  53.     information needed to create and edit message maps and dialog data
  54.     maps and to create prototype member functions.
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.  
  58. For the main frame window:
  59.  
  60. mainfrm.H, mainfrm.CPP
  61.     These files contain the frame class CMainFrame, which is derived from
  62.     CFrameWnd and controls all SDI frame features.
  63.  
  64. RES\TOOLBAR.BMP
  65.     This bitmap file is used to create tiled images for the toolbar.
  66.     The initial toolbar and status bar are constructed in the
  67.     CMainFrame class.  Edit this toolbar bitmap along with the
  68.     array in mainfrm.CPP to add more toolbar buttons.
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71.  
  72. AppWizard creates one document type and one view:
  73.  
  74. winapdoc.H, winapdoc.CPP - the document
  75.     These files contain your CWinapingDoc class.  Edit these files to
  76.     add your special document data and to implement file saving and loading
  77.     (via CWinapingDoc::Serialize).
  78.  
  79. winapvw.H, winapvw.CPP - the view of the document
  80.     These files contain your CWinapingView class.
  81.     CWinapingView objects are used to view CWinapingDoc objects.
  82.     
  83.  
  84.  
  85.  
  86. /////////////////////////////////////////////////////////////////////////////
  87. Other standard files:
  88.  
  89. STDAFX.H, STDAFX.CPP
  90.     These files are used to build a precompiled header (PCH) file
  91.     named WINAPING.PCH and a precompiled types file named STDAFX.OBJ.
  92.  
  93. RESOURCE.H
  94.     This is the standard header file, which defines new resource IDs.
  95.     Visual C++ reads and updates this file.
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. Other notes:
  99.  
  100. AppWizard uses "TODO:" to indicate parts of the source code you
  101. should add to or customize.
  102.  
  103. /////////////////////////////////////////////////////////////////////////////
  104.