There are two bugs i've fixed.
1. In Delphi 7, the resourcestrings used by WStrings
(SDuplicateString, SListIndexError, SSortedListError) are
defined in the unit RTLConsts.pas.
i've included the compilers.inc file from VirtualTreeView
and a define to see if Delphi 7+ is being used, and so to
add RTLConsts to the implementation uses.
2. In formatter.pas, the constant SHOW_ALL was
defined to be $FFFFFF. i changed this to -1, since an
assignment to an Integer variable was complaining
about "violates subrange bounds" (Formatter.Create line
217)
Changes:
WStrings.pas
{$INCLUDE compilers.inc}
implementation
uses
Consts
{$IFDEF DELPHI_7_UP}, RTLConsts{$ENDIF}
;
Formatter.pas
const
{changed to -1
Ian Boyd - 8/13/2003}
SHOW_ALL = -1; //$FFFFFFFF;
Nobody/Anonymous
None
None
Public
|
Date: 2003-08-20 23:26 Logged In: YES |
|
Date: 2003-08-18 22:23 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2003-08-20 23:26 | k_koch |
| close_date | - | 2003-08-20 23:26 | k_koch |
| resolution_id | None | 2003-08-18 22:23 | k_koch |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use