andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 63 forks source link

restudio does not compile in Delphi #144

Closed dummzeuch closed 2 years ago

dummzeuch commented 4 years ago

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?

andgineer commented 4 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.

zrfisaac commented 2 years ago

I didn't understand. The "restudio.dpr" file is in this project? I've searched but I didn't find.

Alexey-T commented 2 years ago

@andgineer Since REStudio is absent in this repo - please close the issue

andgineer commented 2 years ago

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