home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v3.zip / INF / READ.ME < prev   
Text File  |  1993-10-22  |  2KB  |  53 lines

  1.  README file for online .INF documentation and tutorials
  2.  =======================================================
  3.  
  4.  This directory contains online documentation and tutorials in .INF format.
  5.  
  6.  .INF File                          Pub Title
  7.  -----------    --------------------------------------------------
  8.  DDE3WF.INF     WorkFrame/2 1.1 Reference
  9.  DDE3TT1E.INF   WorkFrame/2 1.1 Tutorial
  10.  DDE3LIB.INF    WorkFrame/2 2.1 Library Manager Reference
  11.  DDE3LTT.INF    WorkFrame/2 2.1 Library Manager Tutorial
  12.  DDE3TUT.INF    WorkFrame/2 2.1 Tutorial
  13.  DDE4BTUT.INF   C/C++ Tools:  Browser Tutorial
  14.  DDE4CCL.INF    C/C++ Tools:  Collection Class Library Reference
  15.  DDE4CLIB.INF   C/C++ Tools:  C Library Reference
  16.  DDE4LRM.INF    C/C++ Tools:  C/C++ Language Reference
  17.  DDE4SCL.INF    C/C++ Tools:  Standard Class Library Reference
  18.  DDE4TMST.INF   C/C++ Tools:  Debugger Tutorial
  19.  DDE4UIL.INF    C/C++ Tools:  User Interface Class Library Reference
  20.  DDE4UTIL.INF   C/C++ Tools:  Compiler Utilities Reference
  21.  
  22.  
  23.  Developer's Toolkit online documentation
  24.  ----------------------------------------
  25.   The online documentation is located in TOOLKT21\BOOK directory of the
  26.   CD-ROM.  This directory also contains the .NDX file EPMKWHLP.NDX.
  27.  
  28.  
  29.  Using .INF online documentation from CD-ROM
  30.  -------------------------------------------
  31.   If you decide to use the online references from the CD-ROM rather than
  32.   installing on your hard disk, you will have to modify your CONFIG.SYS
  33.   with the following:
  34.  
  35.   1. Add the CD-ROM drive INF directory and TOOLKT21\BOOK directory
  36.      to the BOOKSHELF statement and the DPATH statement in your CONFIG.SYS.
  37.  
  38.   2. Append the file EPMKWHLP.NDX and DDE4CD.NDX to the HELPNDX environment
  39.      variable in your CONFIG.SYS.
  40.  
  41.      SET HELPNDX=...+EPMKWHLP.NDX+DDE4CD.NDX
  42.  
  43.      Please note that the append should be done at the end of the HELPNDX
  44.      statement, and there is no space in between the NDX filename and the
  45.      '+' sign.
  46.  
  47.      If you do not have HELPNDX environment variable in your CONFIG.SYS,
  48.      add the following statement in your CONFIG.SYS:
  49.  
  50.      SET HELPNDX=EPMKWHLP.NDX+DDE4CD.NDX
  51.  
  52.  
  53.