Delphi Berlin JEDI Component Installation Error (10.1)

Asked

Viewed 950 times

0

I am trying to install the JEDI components in Delphi Berlin 10.1 in my environment, however, I am getting a compilation error in bpl "Jvcore240". The installation of JCL usually happens, without any error, but when I try to install JVCL (which depends on the installation of JCL), I get this compilation error and I can’t install it;

Jvcore.dpk(2364) Fatal: F2063 Could not Compile used Unit 'Jvappinistorage.pas'

Procedures executed for possible resolutions:

  • I always run install.bat as Administrator
  • The JEDI version is compatible with Berlin (the same component has already been installed in another environment, and is running 100%)
  • Previous versions of Delphi have already been uninstalled to avoid possible conflicts.
  • Delphi Berlin 10.1 has been reinstalled
  • I have already tried to manually install the packages in.dpk by Delphi itself and the same error is shown in Unit 'Jvappinistorage.pas'

Installer Error Screenshot:

Erro durante a instalação do JVCL

  • 1

    I managed to solve. For some reason, the JCL installer was taking the path from the previous version of JEDI to add the Delphi 'Library Paths'. That is, instead of using the correct path that would be "(...)Jedi jcl Packages D24" to compile the packages, the installer was passing the "D23" folder to Delphi’s Library Path, which caused a version error in the Component Installation (JVCL). The installation of JCL was compiling the version of Delphi Seattle and JVCL was compiling its version of Delphi Berlin, and this caused this incompatibility error.

  • There is no need to add SOLVED in the title, but you can post your solution as an answer in the field below, so it can serve others with similar problem :)

1 answer

1

DIFFICULTIES IN HOSTING JEDI IN DELPHI BERLIN

• Had 2 Delphi (Delphi 7 and the Delphi Berlin professional version, all purchased and registered)

• I disabled the antivirus

• I used upgraded jcl and jcvl installers. • https://translate.googleusercontent.com/translate_c?depth=1&hl=pt-BR&prev=search&rurl=translate.google.com&sl=fr&sp=nmt4&u=http://jcl.sourceforge.net/Daily/&usg=Alkjrhi-04vdiUEMu5Bxze22OR81_MRjsAhttps://translate.googleusercontent.com/translate_c?depth=1&hl=pt-BR&prev=search&rurl=translate.google.com&sl=fr&sp=nmt4&u=http://jvcl.sourceforge.net/Daily/&usg=Alkjrhhg967zi5hhblgmdmhq4c2pnktqng

• Compile the Delphi 7 crashed (below the detail). So excludes it, and left only to install in Berlin, then everything worked out.

Detail of problems preventing installation on Delphi 7 • Absence of BDCBDS... • The latter was such a dcc32.exe that had to be replaced by a new version found in https://cc.embarcadero.com/Item/25419 but that I should still How to use: 1.-Copy the dcc32speed.exe into the $(DELPHI) Bin directory. 2.- Replace "dcc32.exe" calls in your build scripts by "dcc32speed.exe"

Grateful I hope others can be guided

Browser other questions tagged

You are not signed in. Login or sign up in order to post.