home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / bug_62 / patch2 / readme.txt < prev   
Encoding:
Text File  |  1997-08-26  |  4.0 KB  |  111 lines

  1. C++Builder 1.0 Client/Server, Professional, Standard Editions Patch #2
  2.  
  3. =================== Instructions for Use ===========================
  4. This patch is intended for use with all editions of C++Builder 1.0
  5.  
  6. Instructions:
  7. 1) Copy PATCH2.EXE to the "root" of your BCB 1.0 installation (by
  8.    default, C:\Program Files\Borland\CBuilder).
  9.  
  10. 2) Execute PATCH2.EXE (be sure that C++Builder is not running).
  11.  
  12.  
  13. ========================== Changed Files ===========================
  14. Files changed/added by this patch:
  15.  
  16.   \BIN\ILINK32.EXE
  17.   \BIN\ILINK32.DLL
  18.  
  19.  
  20. ==================== Typical Patch Run Output =======================
  21. Below is typical output for a patch of a full install of Borland C++ 
  22. Client/Server version. Your output may vary according to your install
  23. options, and which version you have:
  24. ---------------------------------------------------------------------
  25.  
  26. -------------------------------------------------------------------------------
  27.    PATCH  Version 3.20 - .RTPatch(R) Professional - Software Update System
  28.                     DOS/Windows/Windows 95/Windows NT Edition
  29.        (C) Copyright Pocket Soft, Inc., 1991-1996.  All Rights Reserved.
  30. -------------------------------------------------------------------------------
  31.  
  32.  
  33. ----- Processing Patch File -----
  34.  
  35. Applying MODIFY File Patch for 'ILINK32.DLL'
  36.  
  37.     Writing New File    
  38.     Verifying - Passed!
  39.     Deleting Old File
  40.  
  41. Applying MODIFY File Patch for 'ILINK32.EXE'
  42.  
  43.     Writing New File    
  44.     Verifying - Passed!
  45.     Deleting Old File
  46.  
  47. Applying ADD File Patch for 'PATCH2.TXT'
  48.  
  49.     Adding New File
  50.     Verifying - Passed!
  51.  
  52.  
  53. ----- Patch File Processing Complete -----
  54.  
  55.  
  56. -----------------------------------------------------
  57. -        Results of Application of Patch File       -
  58. -----------------------------------------------------
  59. File Patches Applied ......................... (   3)
  60.  
  61.    Files Modified .................. (   2)
  62.    Files Renamed. .................. (   0)
  63.    Files Added ..................... (   1)
  64.    Files Deleted ................... (   0)
  65.    Temporary Files Processed........ (   0)
  66.  
  67. File Patches Skipped: New Files Up-To-Date.... (   0)
  68.  
  69. File Patches Ignored: Old Files Missing....... (   0)
  70.                       Old Files Invalid....... (   0)
  71. -----------------------------------------------------
  72. Total File Patches Processed ................. (   3)
  73. -----------------------------------------------------
  74.  
  75.  
  76. ====================== Partial List of Fixes ========================
  77. Below is a partial list of reported problems that have been corrected
  78. with this patch.
  79. ---------------------------------------------------------------------
  80.  
  81. The exports table module name now uses the BASENAME of the target,
  82. as opposed to whatever the user specified as the target in the link
  83. line.
  84. ---------------------------------------------------------------------
  85.  
  86. Zero length .OBJs and .LIBs will now generate an error instead of
  87. crashing. 
  88. ---------------------------------------------------------------------
  89.  
  90. Changed the text of the "Undefined symbol" message to "Unresolved
  91. external".  
  92. ---------------------------------------------------------------------
  93.  
  94. A failed project build followed by a rebuild for a project containing
  95. a .DEF file would ocassionally report a failure with no message. This
  96. has been fixed.
  97. ---------------------------------------------------------------------
  98.  
  99. Changed the text of the ftlMemory message to be more accurate.  When
  100. it fires, the user is not really out of memory; it's just that an
  101. internal ILINK limit has been exceeded.
  102. ---------------------------------------------------------------------
  103.  
  104. Changed "Failed to create MAP file" error message to
  105. "Failed to create state files" to be more accurate.  
  106. ---------------------------------------------------------------------
  107.  
  108. For Windows95, in order to attempt to get around invalid status from 
  109. the operating system, ILINK attempts the call for creating state
  110. files twice.
  111. =============================== end =================================