home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / Komercni / delphi / Delphi4-2 / Patch#3 / Css / d4cupd3.exe / upd3rdme.txt < prev   
Encoding:
Text File  |  1999-02-17  |  4.5 KB  |  130 lines

  1. ***********************************************************
  2.          DELPHI 4 WEB UPDATE PACK 3 RELEASE NOTES
  3. ***********************************************************
  4.  
  5. Welcome to the Delphi 4 Web Update Pack 3! (Through the
  6. rest of this file, the update pack is referred to as
  7. "Delphi4WUP3" for brevity.) We recommend that you read the
  8. entire contents of this file prior to installing Delphi.
  9.  
  10. Certain portions of this file pertain only to some editions
  11. (Standard, Professional, Client/server) of Delphi 4.
  12. Wherever possible, when a topic concerns only specific
  13. editions this is also noted within the topic.
  14.  
  15. TABLE OF CONTENTS
  16. ===========================================================
  17.  
  18.   1. INSTRUCTIONS FOR USE
  19.   2. BUG FIXES
  20.  
  21.  
  22. 1. INSTRUCTIONS FOR USE
  23. ===========================================================
  24. For instructions pertaining to applying this update, please
  25. see the text file INSTALL.TXT, found in the root directory
  26. of this CD. This file contains very specific instructions
  27. for applying this update and important information on which
  28. update executable is applicable to which edition of Delphi.
  29.  
  30.  
  31. 2. BUG FIXES
  32. ===========================================================
  33. 2.1 MIDAS & Socket Server (Client/Server edition)
  34. -------------------------
  35. Fixed problem that resulted in Access Violation when a
  36. string was passed by reference.
  37.  
  38. Fixed problem passing more than 8k of data, that caused the
  39. error "Windows Socket error: (10014) on API 'recv'".
  40.  
  41. 2.2 MIDAS & TProvider  (Client/Server edition)
  42. ---------------------
  43. Fixed problem fetching partial packet when record size is
  44. large (e.g., record size * PacketRecords is larger than
  45. 24Kb). Problem caused wrong records to be fetched.
  46.  
  47. 2.3 MIDAS & TSocketConnection (Client/Server edition)
  48. -----------------------------
  49. Fixed problem with proeprty editor for the
  50. TSocketConnection.ServerName property that resulted in
  51. errors when setting property at design-time.
  52.  
  53. Fixed problem that required applications with
  54. TSocketConnection needs be compiled with range checking
  55. turned off.
  56.  
  57. 2.4 MIDAS & TClientDataSet (Client/Server edition)
  58. --------------------------
  59. Fixed problem that caused StreamDS to freeze with 3 detail
  60. datasets.
  61.  
  62. Fixed problem working with two detail datasets. If loaded
  63. from file, the master-detail link fields do not work (are
  64. not given data) for the second detail dataset.
  65.  
  66. Fixed problem saving a dataset with 3 nested datasets.
  67.  
  68. Fixed problem with call to FDSBase.AppendData with metadata
  69. but no records. The call would leave the safearray locked.
  70.  
  71. Fixed problem with CascadingUpdates. Problem concerned
  72. master-detail datasets. When data was inserted, the key
  73. changed, and then changes were made to the detail record,
  74. produced extraneous records in delta.
  75.  
  76. 2.5 VCL (All editions)
  77. -------
  78. TMainMenu. Fixed problem with keystroke handling for VCL
  79. TMenus that contain non-VCL menu items (such as the MDI
  80. Windows menu).
  81.  
  82. TToolbar. Fixed problem infinite loop that occurred when
  83. changing alignment at design-time and that would freeze the
  84. IDE.
  85.  
  86. TImageList. Work around video driver problems in STB,
  87. Diamond, and other S3-based video cards by changing the IDE
  88. image list's growth delta (to avoid growth) and adopting
  89. the comctrl IStream for persistence. (Involves some loss of
  90. backwards compatibility for users of Microsoft Internet
  91. Explorer 3.)
  92.  
  93. TCoolBar. Fixed problem with streaming. All components
  94. would be lost if the form was streamed, leaving only
  95. blank TCoolBands.
  96.  
  97. 2.6 CORBA (Client/Server edition)
  98. ---------
  99. GetPrincipal. Previously used IStub; corrected to use
  100. ISkeleton.
  101.  
  102. SetPrincipal. Now works correctly.
  103.  
  104. CorbaInitialize. Fixed to prevent the ORB from being
  105. initialized multiple times.
  106.  
  107. ORBInit. Fixed to prevent last parameter being cut off.
  108.  
  109. Pinging. Garbage collection on RDMs; the RDMs were getting
  110. collected after 20 minutes of no activity.
  111.  
  112. StringToObject. Previously did not work unless ORB.Bind was
  113. called first.
  114.  
  115. 2.6 CORBA & Marshaling (Client/Server edition)
  116. ----------------------
  117. Problems when invoking operations and passing parameters of
  118. the types listed below have been fixed:
  119.  
  120.   * Anys that contain Object References, Aliases, Anys,
  121.     TDateTime values, or TCurrency values.
  122.   * Sequences, Structures, and Unions that contain Anys or
  123.     Object References.
  124.  
  125. ===========================================================
  126. Unless otherwise noted, all materials provided in this
  127. release are Copyright 1983 - 1999 by INPRISE Corporation.
  128. ========================= END =============================
  129.  
  130.