Search code examples
delphidelphi-7

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.


Solution

  • 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).