Defect #: 108517 - Status: Closed

Defect #: Date Reported:
108517 4/15/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls
Description:
Adding a category of actions causes items to be drawn overlapping each other.

Defect #: 108786 - Status: Closed

Defect #: Date Reported:
108786 4/18/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls
Description:
List Category of Standard Actions do not render properly on Action Bar - the comboboxes are overlapping the text.

Defect #: 110901 - Status: Closed

Defect #: Date Reported:
110901 5/7/01
Project: Version:
Delphi 6.0
Area:
ActiveX\Code Generators
Description:
Importing the following type libraries result in an error:

"Error: 'Error' is not a type identifier"

C:\WINNT\System32\MSADODC.OCX

C:\Program Files\Microsoft Office\Office\MSOWCW.DLL

C:\Program Files\Microsoft Office\Office\MSOWC.DLL

Defect #: 110904 - Status: Closed

Defect #: Date Reported:
110904 5/7/01
Project: Version:
Delphi 6.0
Area:
ActiveX\Code Generators\Pascal
Description:
Some type libraries have array properties that aren't being generated properly.

Defect #: 111247 - Status: Closed

Defect #: Date Reported:
111247 5/9/01
Project: Version:
Delphi 6.0
Area:
ActiveX\Code Generators\Pascal
Description:
The imported MS HTML library fails to compile

Defect #: 112549 - Status: Closed

Defect #: Date Reported:
112549 5/21/01
Project: Version:
Delphi 6.0
Area:
ActiveX\Code Generators\Pascal
Description:
An inconsistent use of underscore on Set method in generated code when using TLE to add Write by Ref property results in compile error

Defect #: 112559 - Status: Resolved

Defect #: Date Reported:
112559 5/21/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
When HTTPRio has neither URL nor WSDLLocation and an attempt is run to cast it as in Soap Interface and then call one of it's functions, no error occurs until the soap function is called, and then the error is 'invalid parameter' which is not a very good discription of what the problem is.

You should get an error to the effect of missing WSDL or URL.

Defect #: 112632 - Status: Closed

Defect #: Date Reported:
112632 5/22/01
Project: Version:
Delphi 6.0
Area:
ActiveX\Type Library Editor
Description:
When adding a method with params of different types to a COM+ Event interface the generated code will not compile.

Defect #: 112824 - Status: Closed

Defect #: Date Reported:
112824 5/24/01
Project: Version:
Delphi 6.0
Area:
IDE\Form Designer
Description:
The IDE removes any empty line in a memo or any other control which has empty strings in the DFM, if we do "View as Text" and back to "View as Form" .

Defect #: 112876 - Status: Closed

Defect #: Date Reported:
112876 5/24/01
Project: Version:
Delphi 6.0
Area:
IDE\Views\Diagram
Description:
Diagram view on the TypeLibrary Unit AVs

Defect #: 112938 - Status: Closed

Defect #: Date Reported:
112938 5/25/01
Project: Version:
Delphi 6.0
Area:
Database\ADO
Description:
Any use of the new TCustomADODataSet.OnRecordsetCreate event causes an "Invalid variant type conversion" exception.

Defect #: 113329 - Status: Closed

Defect #: Date Reported:
113329 6/1/01
Project: Version:
Delphi 6.0
Area:
IDE\Module Manager
Description:
Marking a unit as 'platform', 'deprecated' or 'library' messes up the IDE's parser

Defect #: 113456 - Status: Closed

Defect #: Date Reported:
113456 6/4/01
Project: Version:
Delphi 6.0
Area:
Midas\TClientDataSet
Description:
ClientDataSet.SetOptionalParam is causing an exception when value is not a datetime string.

Defect #: 113467 - Status: Closed

Defect #: Date Reported:
113467 6/3/01
Project: Version:
Delphi 6.0
Area:
SOAP\WSDL Importer
Description:
SOAP URI is incorrect
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap"
should be
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Defect #: 113468 - Status: Closed

Defect #: Date Reported:
113468 6/3/01
Project: Version:
Delphi 6.0
Area:
SOAP\WSDL Importer
Description:
Make the targetNamespace for WSDL generated as a property so that users can set it. Currently its "http://www.borland.com/soapServices"

Defect #: 113726 - Status: Closed

Defect #: Date Reported:
113726 6/6/01
Project: Version:
Delphi 6.0
Area:
Debugger\Breakpoints
Description:
Enabling a group via the new local menu items off of the Breakpoints menu item does not work

Defect #: 113873 - Status: Closed

Defect #: Date Reported:
113873 6/7/01
Project: Version:
Delphi 6.0
Area:
VCL\Action Classes
Description:
TStaticListAction does not get it's ItemIndex property set when the action is executed.

Defect #: 114038 - Status: Closed

Defect #: Date Reported:
114038 6/10/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi
Description:
UCS4StringToWideString return invalid widestring.

Following code, We expect that v equal w. But Delphi6 doesn't

w := '123';
v :=UCS4StringToWideString(
WideStringToUCS4String(w));
if w <> v then Button1.Caption := 'Bad';

v have as '123'#0, not '123'. length(v) is 4 not 3.

Defect #: 114136 - Status: Closed

Defect #: Date Reported:
114136 6/11/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress\TSQLDataSet
Description:
SQLDataSet.Refresh causes memory loss.

Defect #: 114367 - Status: Closed

Defect #: Date Reported:
114367 6/15/01
Project: Version:
Delphi 6.0
Area:
IDE\Packages\Package Manager
Description:
Mouse over the Diagram tab results in a series of access violations if the Package source is open in the Code Editor. The AV's happen as long as the mouse is over the diagram.

Defect #: 114408 - Status: Closed

Defect #: Date Reported:
114408 6/18/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress
Description:
BcdToStr doesn't work correctly when precision and
scale are the same. eg) 0.123 incorretly changes to 123

Defect #: 114434 - Status: Closed

Defect #: Date Reported:
114434 6/19/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TToolActionBar
Description:
Deleting ActionItem from ActionToolBar (which has enough items to display [>>] mark on right side of the toolbar.) will cause an AV in module DCLACT60.BPL and invalid page fault in module RTL60.BPL.

Defect #: 114567 - Status: Closed

Defect #: Date Reported:
114567 6/21/01
Project: Version:
Delphi 6.0
Area:
Internet\XML
Description:
'MSXML is not installed' is a error that may be raised even if the MSXML dll has been installed. For instance if CoInitialize has not been called the above error will surface.

Defect #: 114626 - Status: Closed

Defect #: Date Reported:
114626 6/25/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
QualifyFileName function in WebComp unit is not threadsafe.

Defect #: 114667 - Status: Closed

Defect #: Date Reported:
114667 6/26/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
IsConsole is incorrectly being set for ISAPI DLL projects. This can cause a problem with any WebSnap applications which allow exceptions to escape from their over-ridden handlers.

Defect #: 114766 - Status: Closed

Defect #: Date Reported:
114766 7/2/01
Project: Version:
Delphi 6.0
Area:
Database\ADO
Description:
A problem occurs when opening a form in the IDE that has a TADOQuery. If the query is active, and if the connection is no longer valid, the IDE closes without any warning.

The same occurs if a form with an active TADOQuery is created before the datamodule that contains the associated TADOConnection.

Defect #: 114773 - Status: Closed

Defect #: Date Reported:
114773 7/2/01
Project: Version:
Delphi 6.0
Area:
Internet\Controls\TPageProducer
Description:
D6 broke TagParams by checking for #13#10 as a tag param terminator.

Defect #: 114807 - Status: Closed

Defect #: Date Reported:
114807 7/3/01
Project: Version:
Delphi 6.0
Area:
VCL\Action Classes
Description:
TSearchFindNext action fails to find text. There is a bug in TSearchFindNext.Execute where it does not assign the Target and therefore will never find any text.

Defect #: 114852 - Status: Closed

Defect #: Date Reported:
114852 7/4/01
Project: Version:
Delphi 6.0
Area:
IDE\Code Editor
Description:
Reproducible Access Violations occur in the IDE when declarations of the following type are included at global scope in a unit:

const
A: set of Char = ('a','b','c');

Defect #: 114886 - Status: Closed

Defect #: Date Reported:
114886 7/6/01
Project: Version:
Delphi 6.0
Area:
SOAP\Interface
Description:
It is currently not possible to create usable descendants of THTTPReqResp.




Defect #: 114997 - Status: Closed

Defect #: Date Reported:
114997 7/10/01
Project: Version:
Delphi 6.0
Area:
Debugger\Evaluator\Delphi
Description:
Debugger does not correctly evaluate properties of type Int64 with a property getter method.

Defect #: 115042 - Status: Closed

Defect #: Date Reported:
115042 7/10/01
Project: Version:
Delphi 6.0
Area:
Database\ADO
Description:
Opening a ADOquery in Delphi 6 is much slower then it was in Delphi 5 because of extra calls to the F.Properties for "every" field in the RecordSet regardless of the "already" determined FieldType.

Defect #: 115071 - Status: Closed

Defect #: Date Reported:
115071 7/11/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\Pascal Strings
Description:
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.

Defect #: 115117 - Status: Closed

Defect #: Date Reported:
115117 7/13/01
Project: Version:
Delphi 6.0
Area:
ActiveX\IDE\Import ActiveX Control/Type Library
Description:
Class wrapper does not return result values of imported methods.
Example:

_DPdf = dispinterface
function LoadFile(const fileName: WideString): WordBool; dispid 2;

function TPdf.LoadFile(const fileName: WideString): WordBool;
begin
DefaultInterface.LoadFile(fileName);
end;

Defect #: 115118 - Status: Closed

Defect #: Date Reported:
115118 7/13/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress
Description:
Disable the AutoFill property on the TSQLTableNameProperty class since the property editors have an AutoFill property that will try to match what you'ved typed so far with an element of the property's value list. That means for every keystroke, the property editor fetches the complete value list from the component.

Defect #: 115151 - Status: Closed

Defect #: Date Reported:
115151 7/15/01
Project: Version:
Delphi 6.0
Area:
Midas\XML Midas\XMLMapper
Description:
XML Mapper fails selecting nodes when the source XML file contains DBCS <xx5B> in a element name.

Defect #: 115155 - Status: Closed

Defect #: Date Reported:
115155 7/15/01
Project: Version:
Delphi 6.0
Area:
IDE\Code Completion
Description:
Code Completion causes AV in compiler when Browser window is opened.

Defect #: 115165 - Status: Closed

Defect #: Date Reported:
115165 7/16/01
Project: Version:
Delphi 6.0
Area:
Midas\XML Midas\XMLMapper
Description:
Opening an XML-Schema in XMLMapper does not
extract the type-information . This is important when trying to create a Midas-datapacket, or MyBase database from the schema.


Defect #: 115166 - Status: Closed

Defect #: Date Reported:
115166 7/16/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi
Description:
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.

Defect #: 115171 - Status: Closed

Defect #: Date Reported:
115171 7/16/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
Array of byte is not transfered in base64 encoding.

Defect #: 115240 - Status: Closed

Defect #: Date Reported:
115240 7/17/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TMainMenuActionBar
Description:
If the menu show delay is set to 0 then menus should appear immediately but in ActionBands this causes you to have to click a menu item prior to it being displayed.

Defect #: 115241 - Status: Closed

Defect #: Date Reported:
115241 7/17/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TMainMenuActionBar
Description:
Submenus display before the first item is selected which is inconsistent with standard windows menus.

Defect #: 115242 - Status: Closed

Defect #: Date Reported:
115242 7/17/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
TXSDate.XSToNative and TXSDateTime.GetAsDateTime both use strings which presume MM/DD/YYYY order when call date functions.

Defect #: 115270 - Status: Closed

Defect #: Date Reported:
115270 7/17/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TMainMenuActionBar
Description:
ActionBand Standard menus use clMenu for drawing of menu items when it should be using clBtnFace throughout.

Defect #: 115292 - Status: Closed

Defect #: Date Reported:
115292 7/18/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TToolActionBar
Description:
AV occurs clicking the dropdown button of a TActionToolBar

Defect #: 115323 - Status: Closed

Defect #: Date Reported:
115323 7/18/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress
Description:
Call IsNull on a blob field causes AV

Defect #: 115338 - Status: Closed

Defect #: Date Reported:
115338 7/19/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
There is an error in WebReq.pas with regards to TWebRequestHandler.HandleException: EAbort's are not ignored.

Defect #: 115348 - Status: Closed

Defect #: Date Reported:
115348 7/19/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
The error: -2147417842 (0x8001010e) will be returned from any WebSnap application compiled as an ISAPI dll and run under IIS5 (Windows 2000) with the Application Protection on that directory is set to "Medium (Pooled)".

The reason this happens is because the CoInitFlags are not being set to COINIT_MULTITHREADED for an ISAPI dll (but, it is required).

Defect #: 115383 - Status: Closed

Defect #: Date Reported:
115383 7/19/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TMainMenuActionBar
Description:
Setting individual colors for items on a submenu fails to draw the items with that color.

Defect #: 115399 - Status: Closed

Defect #: Date Reported:
115399 7/19/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress
Description:
Trying to get blob at eof (as with an empty table) results in an EOF error.

Defect #: 115413 - Status: Closed

Defect #: Date Reported:
115413 7/20/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
IntFromValue function does not check for blank string, resulting in AV when blank string is passed.

Defect #: 115642 - Status: Closed

Defect #: Date Reported:
115642 7/26/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\Other RTL
Description:
SearchBuf does not locate a match if the target pattern of characters occurs at the beginning of the string being searched.

Defect #: 115730 - Status: Closed

Defect #: Date Reported:
115730 7/30/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls
Description:
Resize a TActionToolbar which orientation is obBottomToTop will cause a AV:

Access violation at address xxxx im module 'rtl60.bpl'

Defect #: 115745 - Status: Closed

Defect #: Date Reported:
115745 7/30/01
Project: Version:
Delphi 6.0
Area:
Internet\XML\Data Binding
Description:
XML Data Binding Wizard cannot correctly import a DTD file where attribute defaults are defined using single quotes.

Defect #: 115780 - Status: Closed

Defect #: Date Reported:
115780 7/31/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
When invokable class returns TTopClass, where

TBottomClass = class(TRemotable)
TMiddleClass = class(TBottomClass)
TTopClass = class(TTopClass)

WSDLGenerator generates Pascal as follows:

TBottomClass = Class(TRemotable)
TTopClass=Class(TRemotable)

so that it loses the published members from its base classes.

Defect #: 115835 - Status: Closed

Defect #: Date Reported:
115835 8/1/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
MS does not import our WSDL documents, because we are not namespace qualifying some elements in the service/port elements.

Defect #: 115842 - Status: Closed

Defect #: Date Reported:
115842 8/1/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
WSDL Exporter does not allow targetnamespace to be set, always defaults to borland specific URI

Defect #: 115846 - Status: Closed

Defect #: Date Reported:
115846 8/1/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
When OnAfterDispatchPage is assigned you will get an Access Violation in xxxxx read of address 0000000.

Defect #: 115966 - Status: Closed

Defect #: Date Reported:
115966 8/2/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
TCustomAdapterImageField.GetValue returns False instead of '' when EchoActionFieldValue is set and no value if found in the request.

Defect #: 115969 - Status: Closed

Defect #: Date Reported:
115969 8/2/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
RedirectToPageName causes AV if AParams parameter is nil

Defect #: 115976 - Status: Closed

Defect #: Date Reported:
115976 8/2/01
Project: Version:
Delphi 6.0
Area:
VCL\Action Classes
Description:
It's not possible to assign events of the subcomponents of the following actions: TPringDlg, TColorSelect, TFontEdit, TSearchFind, TSearchReplace.

Defect #: 116159 - Status: Closed

Defect #: Date Reported:
116159 8/8/01
Project: Version:
Delphi 6.0
Area:
Internet\ISAPI Application
Description:
Isapi dll's leak memory. After a while, it will crash the server.

Defect #: 116254 - Status: Closed

Defect #: Date Reported:
116254 8/10/01
Project: Version:
Delphi 6.0
Area:
Database\Core VCL
Description:
BcdCompare(0, 0) yields wrong result. Variant comparison of BCD zeroes fails.

Defect #: 116262 - Status: Closed

Defect #: Date Reported:
116262 8/10/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\ConvUtils
Description:
StrToBool does not accept "False" and "True" as boolean data. This is due to TryStrToBool being broken.

Defect #: 116264 - Status: Closed

Defect #: Date Reported:
116264 8/10/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
Can't save an include file after previewing a page that uses it.

Defect #: 116265 - Status: Closed

Defect #: Date Reported:
116265 8/10/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
The following VBScript statement always evaluates to false.

<% if IsNull(EndUser.Login) then ... %>

Defect #: 116447 - Status: Closed

Defect #: Date Reported:
116447 8/15/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\File Management
Description:
No EInOutError exception is raised even when IOCHECKS is explicitly turned ON

Regression from Delphi 5

Defect #: 116908 - Status: Closed

Defect #: Date Reported:
116908 8/23/01
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls
Description:
Drag actions on TActionMainMenu or TActionToolbar will cause an AV if CustomizeDlg not close

Defect #: 116926 - Status: Closed

Defect #: Date Reported:
116926 8/24/01
Project: Version:
Delphi 6.0
Area:
SOAP\WSDL Importer
Description:
WSDL import from whitemesa gives an Invalid Variant Conversion

Defect #: 117238 - Status: Closed

Defect #: Date Reported:
117238 8/30/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
SOAP Client applications should throw a special SOAPException when the Server sends back a SOAP Fault.

Currently we simply throw Exception, making hard for Clients to determine whether their Client code failed or whether the Exception was a valid SOAPFault from the Server they invoked.

The new exception is ESOAPInvokeException.

Defect #: 117338 - Status: Closed

Defect #: Date Reported:
117338 8/31/01
Project: Version:
Delphi 6.0
Area:
SOAP
Description:
If anyone accesses a Delphi Webservice via the web and executes the following command they can modify the ADOServer_WSDLADMIN.INI file entries even when the "AdminEnabled" property is not enabled.

Example:
http://localhost/scripts/adoserver.dll/wsdl/admin

When the WSDL selection screen appears just click on either the IWSDLPublish or IADOReader options you will be presented with the Administrator setup screen even though AdminEnabled = false.

Defect #: 117621 - Status: Resolved

Defect #: Date Reported:
117621 9/7/01
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\ConvUtils
Description:
Issuing strtobcd on a numeric string with thousand separators result in incorrect values. For example, strtobcd('9,999.99') results in "?<999.99".

Defect #: 117946 - Status: Closed

Defect #: Date Reported:
117946 9/13/01
Project: Version:
Delphi 6.0
Area:
SOAP\WSDL Importer
Description:
When importing WSDL the generated code is missing the NameSpace in the RegisterInterface Procedure.

Defect #: 118903 - Status: Closed

Defect #: Date Reported:
118903 9/26/01
Project: Version:
Delphi 6.0
Area:
VCL\Action Classes
Description:
The unit ExtActns call URLDownloadToFile from
urlmon.dll. This effectivley means that a delphi exe compiled with runtime packages will only run when Internet Explorer is installed.

Defect #: 120600 - Status: Closed

Defect #: Date Reported:
120600 10/16/01
Project: Version:
Delphi 6.0
Area:
Database\DBExpress
Description:
Variant exception occurs trying to use TFMTBcd.AsString, AsCurrency, etc. from within the TField.OnValidate event.

Defect #: 123305 - Status: Closed

Defect #: Date Reported:
123305 11/12/01
Project: Version:
Delphi 6.0
Area:
Internet\WebSnap
Description:
Closing the DBExpressTestSvr Delphi 6 demo causes Access Violations, after visiting the pages that the demo produces. This only happened after Delphi 6 update pack 1.

Defect #: 124085 - Status: Closed

Defect #: Date Reported:
124085 11/23/01
Project: Version:
Delphi 6.0
Area:
Compiler\Delphi\Language\Variants
Description:
Cannot stuff an Int64 base type into a variant array of variant.

Defect #: 125668 - Status: Closed

Defect #: Date Reported:
125668 12/27/01
Project: Version:
Delphi 6.0
Area:
Compiler\Delphi\Language\Variants
Description:
D6 Upd1 does not accept thousand separator as part of a variant string -> currency conversion.

D6 and prior versions did

Defect #: 125842 - Status: Closed

Defect #: Date Reported:
125842 1/4/02
Project: Version:
Delphi 6.0
Area:
Internet
Description:
We have the Active Server Page wizard which automatically generates a .asp page in the code editor. However, the .asp page is not syntax highlighted. 'asp' should be a default highlighted extension for HTML files because of this.

Defect #: 126259 - Status: Closed

Defect #: Date Reported:
126259 1/10/02
Project: Version:
Delphi 6.0
Area:
VCL\Additional Controls\Action Bar Controls\TActionManager
Description:
When a TImageList is linked to A TActionManager the Icons for FileOpen1 and FileSaveAs1 are not correct

Defect #: 126388 - Status: Closed

Defect #: Date Reported:
126388 1/14/02
Project: Version:
Delphi 6.0
Area:
Compiler\Delphi\Language\Variants
Description:
String values containing a NUL character (ASCII 0) are truncated at the location of the NUL character when assigned to a variant.

Defect #: 126673 - Status: Closed

Defect #: Date Reported:
126673 1/18/02
Project: Version:
Delphi 6.0
Area:
Compiler\Delphi\Language\Variants
Description:
VarArrayClear and VarArrayCopyForEach do not correctly handle zero-sized dimensions.

Defect #: 127203 - Status: Closed

Defect #: Date Reported:
127203 1/25/02
Project: Version:
Delphi 6.0
Area:
RTL\Delphi\Thread support
Description:
TThreadLocalCounter2 has a FLAW, see steps. This causes major slow downs in custom variants which in turn slows down DB as it is now very dependent on custom variants.

Defect #: 127239 - Status: Closed

Defect #: Date Reported:
127239 1/26/02
Project: Version:
Delphi 6.0
Area:
Compiler\Delphi\Language\Variants
Description:
Multiply and divide operations between byref variants of type varInteger and varCurrency fail with the exception EVariantInvalidOp.