I am having trouble installing DWSScript component. I am using Delphi XE2 and when I try to compile the dwsLibRuntime.dpk I get an error ( Array type required ). I am using the latest DWScript source pulled from the project's svn repo.
What am I doing wrong?
toStr:=TStringListCracker(sl).FList[i].FString; //produces error
System.MonitorExit(sl);
TStringList
has changed (certainly between 2010 and XE2) in a way that would explain that error. – David HeffernanTStringList
? – David Heffernan