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

  1. ========================================================================
  2.        STATIC LIBRARY : $$root$$
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this $$root$$ library 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. $$IF(PCH)
  12. /////////////////////////////////////////////////////////////////////////////
  13.  
  14. StdAfx.h, StdAfx.cpp
  15.     These files are used to build a precompiled header (PCH) file
  16.     named $$root$$.pch and a precompiled types file named StdAfx.obj.
  17.  
  18. $$ENDIF
  19. $$IF(MFC)
  20. /////////////////////////////////////////////////////////////////////////////
  21. The compiler and linker switches have been modified to support MFC. Using the
  22. MFC ClassWizard with this project requires that you add several files to the 
  23. project, including "resource.h", "$$root$$.rc" and a "$$root$$.h" that 
  24. includes resource.h. If you add an rc file to a static library, you may 
  25. experience difficulties due to the limitation that only one rc file may be 
  26. present in a Dll or Exe. This problem may be overcome by including the 
  27. library's .rc file into the parent project's .rc file.
  28.  
  29. $$ENDIF
  30. /////////////////////////////////////////////////////////////////////////////
  31. Other notes:
  32.  
  33. AppWizard uses "TODO:" to indicate parts of the source code you
  34. should add to or customize.
  35.  
  36.  
  37. /////////////////////////////////////////////////////////////////////////////
  38.