home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR31 / BC4P04.ZIP / BC4P04.TXT < prev   
Text File  |  1994-02-28  |  5KB  |  133 lines

  1. --------------------------------------------
  2.  BC4P04.RTP Borland C++ 4.0 UPDATE PATCH 04
  3. --------------------------------------------
  4.  
  5. ---------------
  6. *** Notice ***
  7. ---------------
  8. This patch is intended for use only with Borland language products.
  9. The resulting file(s) are subject to the terms of the No-nonsense
  10. License Agreement which shipped with the Borland language product
  11. you purchased.
  12.  
  13. If you have placed an order for the Chicago Update through Customer
  14. Service and would like to apply this and previous patches in lieu of
  15. receiving the update on CD-ROM, you may call 1-408-461-9000 to cancel
  16. your order.
  17.  
  18. Please realize, however, that if you are running Borland C++ 4.0 under
  19. Windows 3.x, Windows NT, or OS/2, you can save space on your hard
  20. disk by running many of the development tools directly from the
  21. CD-ROM.  This patch, on the other hand, requires that Borland C++ 4.0
  22. be installed on your hard disk.
  23.  
  24. ---------------
  25. Purpose
  26. ---------------
  27. Updates Borland Windows Custom Controls (BWCC) for Chicago
  28. compatibility.
  29.  
  30. ---------------
  31. Files Modified
  32. ---------------
  33. bw32000c.dll
  34. bw320007.dll
  35. bw320009.dll
  36. bwcc.dll
  37. bwcc000c.dll
  38. bwcc0007.dll
  39. bwcc0009.dll
  40. bwcc32.dll
  41.  
  42. ---------------
  43. Instructions
  44. ---------------
  45. Applying the patch file requires PATCH.EXE, which you will find
  46. available for download from the Online Automated Support (OAS) in 
  47. the CPATCH file library or from CompuServe, GEnie, BIX, and Borland's
  48. Download BBS (DLBBS).
  49.  
  50. *** Note:  PATCH.EXE is not compatible with PATCH.COM which
  51. has been used to patch previous Borland products. ***
  52.  
  53. 1) If you have not done so already, apply all previously available
  54.    patches to Borland C++ 4.0 to your installation.  Patches should be
  55.    applied in order by the number indicated in the filename of the patch.
  56.    The patch files BC4P01 through BC4P03 are available for download from
  57.    CompuServe, GEnie, BIX, and Borland's Download BBS (DLBBS).
  58.  
  59. 2) Copy BC4P04.RTP and PATCH.EXE into your Windows directory, by default
  60.    C:\WINDOWS.
  61.  
  62. 3) Change directories to your Windows directory.  For a
  63.    default installation, enter the following commands at the
  64.    DOS prompt:
  65.     C:
  66.     CD \WINDOWS
  67.  
  68. 4) Enter the following command at the DOS prompt:
  69.     PATCH -BACKUP BC4P04.RTP
  70.  
  71. Backup copies of the old versions of the files modified will be
  72. placed into a directory called BACKUP in your Windows directory.  You
  73. may omit the -BACKUP flag to PATCH.EXE if you do not wish to keep these
  74. old versions.  Be sure that you have enough extra disk space before using
  75. the -BACKUP switch (1.2 MB).
  76.  
  77. ---------------
  78. Troubleshooting
  79. ---------------
  80. If PATCH.EXE is unable to locate the correct files to
  81. patch, you will see the message:
  82.  
  83.        Warning wpt0015: Old File does not exist
  84.  
  85. This may indicate one of the following cases:
  86.  
  87. 1) You have previously deleted one or more files from BC4
  88.    that PATCH.EXE has attempted to patch.  In this case,
  89.    PATCH.EXE will skip the files you have deleted.  If you
  90.    wish to replace a missing file, you must first reinstall
  91.    from your Borland C++ 4.0 master diskettes before 
  92.    applying the patch.
  93.  
  94. 2) You have copied PATCH.EXE and BC4P04.RTP to the wrong
  95.    directory.  In this case, verify the directory name in
  96.    which you have installed Windows, your current working
  97.    directory name, and the existence of PATCH.EXE and
  98.    BC4P04.RTP in that directory.
  99.  
  100. 3) When you installed BC4, you chose not to install one or
  101.    more of the files that PATCH.EXE has attempted to patch.
  102.    In this case, PATCH.EXE will skip the files you did not
  103.    install.  If you wish to add a missing file, you must
  104.    first install from your Borland C++ 4.0 master diskettes
  105.    before applying the patch.
  106.  
  107. 4) You have installed a LAN installation of Borland C++ and
  108.    thus your Borland Windows Custom Controls (BWCC) are not
  109.    installed in your Windows SYSTEM directory.  In this case
  110.    copy PATCH.EXE and BC4P04.RTP from your patch disk to the
  111.    directory above the directory in which you have BWCC.DLL
  112.    installed.  In most cases this will be your Borland C++ top
  113.    level directory, C:\BC4 by default.  From this directory,
  114.    execute the following command from a DOS command prompt:
  115.  
  116.        PATCH -BACKUP BC4P04.RTP
  117.  
  118. PATCH.EXE will report the following message if it
  119. determines that a file does not need to be patched:
  120.  
  121.        New Version of File 'FILENAME' already exists.
  122.  
  123. This may indicate one of the following cases:
  124.  
  125. 1) You have purchased a recent copy of Borland C++ 4.0 in
  126.    which the software changes have already been introduced.
  127.  
  128. 2) You have already applied the patch.
  129.  
  130. In either case, PATCH.EXE has verified that your software is
  131. up to date and you need not take further action.
  132.  
  133.