Armin Taghavizad
Armin Taghavizad

Reputation: 1685

Error in installing JEDI - please install the dependencies first

I downloaded JEDIVCL package.... according to its help i have to run install.bat from jcl folder and then run install.bat from jvcl folder. i launched install.bat from jvcl folder but i received this error:

alt text

and if run install.bat from jcl folder receive this error:

alt text

How can I solve this problem? if its possible give me steps to install this package.

Upvotes: 0

Views: 1916

Answers (2)

Alex
Alex

Reputation: 5668

Second error message is crash of Delphi compiler.

install.bat asks Delphi to compile JCL installer, but... Delphi compiler crashes.

This is definitive sign that there is a problem with your Delphi compiler!

Try to install available all updates. Also, try to open installer project in IDE and compile it from IDE (without command-line compiler).

Upvotes: 1

Robert Love
Robert Love

Reputation: 12581

Sounds like you have problem with your Delphi installation. If you have just installed Delphi make sure you have run it at least once.

You will need to have the DCC32.EXE command line compiler to install JCL. If I remember correctly this was not shipped in the Turbo or Trial editions of the product.

The JCL/JVCL look in the registry for the location of your Delphi Installations, some versions of Delphi update the registry on the first launch of the product.

Upvotes: 0

Related Questions