Closed dummzeuch closed 2 years ago
It was ok very log time ago And at the moment I cannot install Delphi on my PC (this is blocked by my company rules) so I cannot help you :(( Sorry :(
If you find the solution please share it with others - send PR, please.
I didn't understand. The "restudio.dpr" file is in this project? I've searched but I didn't find.
@andgineer Since REStudio is absent in this repo - please close the issue
We removed the code https://github.com/andgineer/TRegExpr/issues/201
It was outdated and anyway there are a lot of way better regex debuggers
restudio.dpr doesn't compile in Delphi (I tried XE8, but I think it won't compile in any other version either):
If I fix this, I get the following error in tynlist, line 341: Left side cannot be assigned to.
initialization tynItemClasses := TObjectList.Create;
That means the option "Assignable typed constants" must be enabled.
Unit stopwatch also doesn't compile as it has Windows listed in the interface and the implementation uses clause.
Which Delphi Version should it compile with?