Search results

  1. D

    TStringList error on 1.5 (SOLVED)

    OK I found the problem, you need to add "uses Classes; " to the top of the script file
  2. D

    TStringList error on 1.5 (SOLVED)

    When using the new version (1.5) I get the following error on compilation: Unknown identifier or variable is not declared: ‘TStringList’. The line that corresponds with this code is: T:= TStringList.Create; This error does not occur with the previous version. The full procedure is below...
Back
Top