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

  1. --------------------------------------------
  2.  BC4P03.RTP Borland C++ 4.0 UPDATE PATCH 03
  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 patch in lieu of receiving the update
  15. on CD-ROM, you may call 1-408-461-9000 to cancel your order.
  16.  
  17. Please realize, however, that if you are running Borland C++ 4.0 under
  18. Windows 3.x, Windows NT, or OS/2, you can save space on your hard
  19. disk by running many of the development tools directly from the
  20. CD-ROM.  This patch, on the other hand, requires that Borland C++ 4.0
  21. be installed on your hard disk.
  22.  
  23. ---------------
  24. Purpose
  25. ---------------
  26. This patch updates Borland C++ 4.0 for use with Microsoft Windows 4.0
  27. beta, code named Chicago, and also corrects the following problems
  28. unrelated to use under Chicago:
  29.  
  30. Integrated Development Environment (BCW):
  31. + canceling a compile when using precompiled headers caused a sharing
  32.   violation
  33. + alt-n lost the cursor position (also fixed when loading
  34.   pane via BufferList)
  35. + editor printing did not restart line numbers or start each file at
  36.   the top of a page when more than one file is printed
  37. + editor bookmarks were not saved and restored properly
  38. + "replace all" in selected text caused display errors
  39. + using TrueType fonts the visual caret position was different than
  40.   the edit position
  41. + using bitmap fonts text became horizontally stretched under some
  42.   conditions
  43. + rescan failures would occur in the case of some user modifications to
  44.   generated code
  45.  
  46. ---------------
  47. Files Modified
  48. ---------------
  49. bc40rtl.dll
  50. bcc32.exe
  51. bcw.exe
  52. bcwdbk16.dll
  53. bcwdbv16.dll
  54. bcws16.dll
  55. bcws32.exe
  56. brc.exe
  57. brc32.exe
  58. brcc.exe
  59. brcc32.exe
  60. brcwin.dll
  61. brush.cpp
  62. buttonga.cpp
  63. c0c.obj
  64. c0fc.obj
  65. c0fh.obj
  66. c0fl.obj
  67. c0fm.obj
  68. c0fs.obj
  69. c0ft.obj
  70. c0h.obj
  71. c0l.obj
  72. c0m.obj
  73. c0s.obj
  74. cc.lib
  75. ch.lib
  76. cl.lib
  77. cm.lib
  78. codegen.dll
  79. compat.txt
  80. cpp32.exe
  81. crtldll.lib
  82. cs.lib
  83. cw32.dll
  84. cw32.lib
  85. cw32mt.dll
  86. cw32mt.lib
  87. cwc.lib
  88. cwl.lib
  89. cwm.lib
  90. cws.lib
  91. ideedit.dll
  92. idepane.dll
  93. impdef.exe
  94. implib.exe
  95. make.exe
  96. objxref.exe
  97. owl200f.dll
  98. owldoc.wri
  99. owlwf.lib
  100. rescan.snp
  101. rlink.exe
  102. td32.exe
  103. td32inst.exe
  104. tdstrp32.exe
  105. tdump.exe
  106. tlib.exe
  107. tlink32.exe
  108. tvwrite.obj
  109. version.rc
  110. worked1.dll
  111. worked2.dll
  112. worked3.dll
  113. worked4.dll
  114. worked5.dll
  115. worklib1.dll
  116. worklib2.dll
  117. workop32.dos
  118. workop32.w32
  119. workopt.dos
  120. workopt.w32
  121. workres.dll
  122. workshop.exe
  123.  
  124. ---------------
  125. Instructions
  126. ---------------
  127. Applying the patch file requires PATCH.EXE, which you will find
  128. available for download from the Online Automated Support (OAS) File Library
  129. in the CPATCH library or on CompuServe, GEnie, BIX, and Borland's
  130. Download BBS (DLBBS).
  131.  
  132. *** Note:  PATCH.EXE is not compatible with PATCH.COM which
  133. has been used to patch previous Borland products. ***
  134.  
  135. 1) If you have not done so already, apply all previously available
  136.    patches to Borland C++ 4.0 to your installation.  Patches should be
  137.    applied in order by the number indicated in the filename of the patch.
  138.    The patch files BC4P01 and BC4P02 are available for download from
  139.    CompuServe, GEnie, BIX and the Borland Download BBS (DLBBS).
  140.  
  141. 2) Copy BC4P03.RTP and PATCH.EXE into your Borland C++ 4.0
  142.    top level directory.  For a default installation, the
  143.    directory name would be C:\BC4.
  144.  
  145. 3) Change directories to the BC4 top directory.  For a
  146.    default installation, enter the following commands at the
  147.    DOS prompt:
  148.     C:
  149.     CD \BC4
  150.  
  151. 4) Enter the following command at the DOS prompt:
  152.     PATCH -BACKUP BC4P03.RTP
  153.  
  154. Backup copies of the old versions of the files modified will be
  155. placed into a directory called BACKUP in your BC4 top level
  156. directory.  You may omit the -BACKUP flag to PATCH.EXE if you do
  157. not wish to keep these old versions.  Be sure that you have
  158. enough extra disk space before using the -BACKUP switch (18 MB).
  159.  
  160. ---------------
  161. Troubleshooting
  162. ---------------
  163. If PATCH.EXE is unable to locate the correct files to
  164. patch, you will see the message:
  165.  
  166.        Warning wpt0015: Old File does not exist
  167.  
  168. This may indicate one of the following cases:
  169.  
  170. 1) You have previously deleted one or more files from BC4
  171.    that PATCH.EXE has attempted to patch.  In this case,
  172.    PATCH.EXE will skip the files you have deleted.  If you
  173.    wish to replace a missing file, you must first reinstall
  174.    from your Borland C++ 4.0 master diskettes before 
  175.    applying the patch.
  176.  
  177. 2) You have copied PATCH.EXE and BC4P03.RTP to the wrong
  178.    directory.  In this case, verify the directory name in
  179.    which you have installed Borland C++ 4.0, your current
  180.    working directory name, and the existence of PATCH.EXE
  181.    and BC4P03.RTP in that directory.
  182.  
  183. 3) When you installed BC4, you chose not to install one or
  184.    more of the files that PATCH.EXE has attempted to patch.
  185.    In this case, PATCH.EXE will skip the files you did not
  186.    install.  If you wish to add a missing file, you must
  187.    first install from your Borland C++ 4.0 master diskettes
  188.    before applying the patch.
  189.  
  190. PATCH.EXE will report the following message if it
  191. determines that a file does not need to be patched:
  192.  
  193.        New Version of File 'FILENAME' already exists.
  194.  
  195. This may indicate one of the following cases:
  196.  
  197. 1) You have purchased a recent copy of Borland C++ 4.0 in
  198.    which the software changes have already been introduced.
  199.  
  200. 2) You have already applied the patch.
  201.  
  202. In either case, PATCH.EXE has verified that your software is
  203. up to date and you need not take further action.
  204.  
  205.