




|
 |
DELPHI DEVELOPER SUPPORT

Delphi 6 Update Pack fixes
RTL SECTION
Areas of concentration under: rtl
Area: rtl\delphi
Reference Number: 115166
Status: Fixed in Delphi 6 Update Pack
Date Reported: 7/16/01
Severity: Critical
Type: Basic Functionality Failure
Problem:
VarArray's do not work. VarArray data was not
being copied during an assignment. Only a
reference to the data was being copied. The VType
in the TVarData did not indicate that it was a
varByRef variant.
Area: rtl\delphi\convutils
Reference Number: 116262
Status: Fixed in Delphi 6 Update Pack
Date Reported: 8/10/01
Severity: Commonly Encountered
Type: Basic Functionality Failure
Problem:
StrToBool does not accept "False" and "True" as
boolean data. This is due to TryStrToBool being
broken.
Area: rtl\delphi\other rtl
Reference Number: 115642
Status: Fixed in Delphi 6 Update Pack
Date Reported: 7/26/01
Severity: Serious
Type: Basic Functionality Failure
Problem:
SearchBuf does not locate a match if the target
pattern of characters occurs at the beginning of the
string being searched.
Area: rtl\delphi\pascal strings
Reference Number: 115071
Status: Fixed in Delphi 6 Update Pack
Date Reported: 7/11/01
Severity: Serious
Type: Basic Functionality Failure
Problem:
Concatenating AnsiStrings fails in
System._LStrCatN when the new "append"
optimization kicks in.
Results in garbage being appended - the "can we
append" detection does not work correctly.
NOTE: These listings are for informational use only. It is
not intended for use when calling Borland's Developer Support Department.
If you have any suggestions or complaints about these
'Delphi Enhancements and Fixes' pages, please contact the
Delphi Administrator. This e-mail address is not intended for support issues.
|
|