corneliusdavid/AutoGetIt

Does not compile

Closed this issue · 4 comments

No way to compile the source.

Compiling is required as every Delphi Version has to be included into the source. Even Delphi 12 is already in the code, the code isn't working. Even if you create a new project with just the code it always gives the error of "AutogetitVCL.dres" not found. This file (Delphi graphic compiles ressource) is missing.

A .dres file is a compiled resource, not needed for building the project (see the DocWiki page on File Extensions).

I have pulled this project straight from Github onto a new computer (or VM) and built it without any problems. The only thing you need first is to install the DOSCommand components.

Excellent; glad you figured it out!