home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / VC_4x_Wizard / cfxwiz.awx / TEMPLATE / README.TXT < prev    next >
Encoding:
Text File  |  1998-10-08  |  2.1 KB  |  59 lines

  1. ========================================================================
  2.             COLD FUSION CUSTOM TAG PROJECT : $$root$$
  3. ========================================================================
  4.  
  5.  
  6. This file contains a summary of what you will find in each of the files that
  7. make up your Cold Fusion custom tag DLL.
  8.  
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. Custom Tag Implementation:
  12.  
  13. request.cpp
  14.     This file contains the implementation of the tag request function
  15.     (ProcessTagRequest). This is the function you should modify in
  16.     order to implement your custom tag's behavior.
  17.  
  18. $$root$$.def
  19.     This file contains information about the DLL that must be
  20.     provided to run with Microsoft Windows.  It defines parameters
  21.     such as the name and description of the DLL.  It also exports
  22.     functions from the DLL (note that all tag request functions must
  23.     be listed in the EXPORTS section of this file).
  24.  
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. MFC DLL Implementation:
  28.  
  29. $$root$$.h
  30.     This is the main header file for the DLL.  It declares the
  31.     C$$Safe_root$$App class.
  32.  
  33. $$root$$.cpp
  34.     This is the main DLL source file.  It contains the class C$$Safe_root$$App.
  35.  
  36. StdAfx.h, StdAfx.cpp
  37.     These files are used to build a precompiled header (PCH) file
  38.     named $$root$$.pch and a precompiled types file named StdAfx.obj.
  39.  
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42. Resources:
  43.  
  44. Resource.h
  45.     This is the standard header file, which defines new resource IDs.
  46.     Microsoft Developer Studio reads and updates this file.
  47.  
  48. $$root$$.rc
  49.     This is a listing of all of the Microsoft Windows resources that the
  50.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  51.     in the RES subdirectory.  This file can be directly edited in Microsoft
  52.     Developer Studio.
  53.  
  54. res\$$root$$.rc2
  55.     This file contains resources that are not edited by Microsoft 
  56.     Developer Studio.  You should place all resources not
  57.     editable by the resource editor in this file.
  58.  
  59.