Hello,
After updating TMS Web Core to the last version 2.4.5 ,
I have this compilation error (for a project that was compiling just fine on previous version 2.4.0.0 trial)
List index out of bounds (-1). TTMSTokenList range is 0..3443
[Fatal Error] List index out of bounds (-1). TTMSTokenList range is 0..3443
I can't figure out where it's coming from, and can't even just identify the elements that could be involved.
I have found the reason for this. I have a unit called MyRichEdit.pas. It used to be a form but no longer is but on my laptop the file MyRichEdit.dfm still existed. When compiling in this scenario you get this error. Removing the dfm resolved the issue.