DWScript does not compile in Delphi XE8

Issue #18 resolved
Former user created an issue
unit dwsExternalSymbols;
...
function TSymbolHandlersList.Find(symbol : TSymbol) : TSymbolHandlers;
var
   lo, hi, mid : Integer;
begin
   lo:=0;
  ###hi:=FCount-1;###

[dcc32 Error] dwsExternalSymbols.pas(106): E2003 Undeclared identifier: 'FCount'

If comment the line

//hi:=FCount-1;

it compiles without errors.

Comments (1)

  1. Log in to comment