home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tcu_32.zip / TCU32_P1.ZIP / READ.ME < prev    next >
Text File  |  1992-05-20  |  1KB  |  35 lines

  1.  
  2. Patch #001 for TCU v3.2
  3.  
  4. Patch Date:     20.05.92
  5.  
  6.  
  7. Usage:
  8.  
  9.   Install the patches by unpacking the contents of the archive into a
  10.   temporary location and executing the TCUPATCH script with a single
  11.   parameter specifying the location of your TCU library files which
  12.   are of the form TCU_S.LIB, TCU_C.LIB, etc. for the various memory
  13.   models.  Only the models for which you have libraries will be
  14.   considered in the patch operation.
  15.  
  16.      e.g.    C:\> md tcu_temp
  17.              C:\> cd tcu_temp
  18.              C:\TCU_TEMP> pkunzip a:tcu32_p1
  19.                    :          :         :
  20.              C:\TCU_TEMP> tcupatch c:\tcu\lib
  21.                    :          :         :
  22.              C:\TCU_TEMP> del *.*
  23.              C:\TCU_TEMP> cd ..
  24.              C:\> rd tcu_temp
  25.  
  26.  
  27. Bugs Fixed:
  28.  
  29.   1.   Corrects the erroneous casting of long integers to short integers
  30.        entered in form fields.
  31.  
  32.   2.   Corrects the date shift for dates after February 2000 entered in
  33.        form fields.
  34.  
  35.