Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restudio does not compile in Delphi #144

Closed
dummzeuch opened this issue May 3, 2020 · 4 comments
Closed

restudio does not compile in Delphi #144

dummzeuch opened this issue May 3, 2020 · 4 comments

Comments

@dummzeuch
Copy link

restudio.dpr doesn't compile in Delphi (I tried XE8, but I think it won't compile in any other version either):

  • unit 'interfaces' not found
  • subdirectories persistence and StopWatch do not exist in restudio directory (they are in the main directory, so the included unit file names should be ..\StopWatch\StopWatch.pas, ..\persistence\ansoRTTIHook.pas, ..\persistence\ansoStings.pas and ..\persistence\tynlist.pas
  • regexpr is in ..\src\regexpr
  • what about regexpr_compilers.inc ?

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
Copy link
Owner

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
Copy link

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

@Alexey-T
Copy link
Collaborator

Alexey-T commented May 3, 2022

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

@andgineer
Copy link
Owner

We removed the code
#201

It was outdated and anyway there are a lot of way better regex debuggers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants