I'm using Delphi 7. Trying to compile DbxObjectParser on:
RegexpMathesIndexes :@DefaultMathesIndexes;
I'm getting compiler error:
[Error] DbxObjectParser.pas(130): Incompatible types: 'Array' and 'TArrayOfInteger'
How can I fix this problem?
Log in to post a comment.