home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / exewz.awx / TEMPLATE / README.TXT < prev    next >
Text File  |  1998-06-18  |  2KB  |  61 lines

  1. ========================================================================
  2.        WIN32 APPLICATION : $$root$$
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this $$root$$ 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 $$root$$ application.
  10.  
  11. $$root$$.cpp
  12.     This is the main application source file.
  13.  
  14. $$Root$$.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. $$IF(HELLO)
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. AppWizard has created the following resources:
  23.  
  24. $$Root$$.rc
  25.     This is a listing of all of the Microsoft Windows resources that the
  26.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  27.     in the RES subdirectory.  This file can be directly edited in Microsoft
  28.     Visual C++.
  29.  
  30. res\$$Root$$.ico
  31.     This is an icon file, which is used as the application's icon (32x32).
  32.     This icon is included by the main resource file $$Root$$.rc.
  33.  
  34. small.ico
  35.     %%This is an icon file, which contains a smaller version (16x16)
  36.     of the application's icon. This icon is included by the main resource
  37.     file $$Root$$.rc.
  38. $$ENDIF //HELLO
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41. Other standard files:
  42.  
  43. StdAfx.h, StdAfx.cpp
  44.     These files are used to build a precompiled header (PCH) file
  45.     named $$root$$.pch and a precompiled types file named StdAfx.obj.
  46.  
  47. $$IF(HELLO)
  48. Resource.h
  49.     This is the standard header file, which defines new resource IDs.
  50.     Microsoft Visual C++ reads and updates this file.
  51. $$ENDIF //HELLO
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54. Other notes:
  55.  
  56. AppWizard uses "TODO:" to indicate parts of the source code you
  57. should add to or customize.
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61.