Install JVCL Delphi XE7

I recently installed Delphi XE7 and added my components to third-party components. I also have Delphi 7, XE4 and XE6 on my dev machine. When I start the installation of JVCL 3.48, I get the opportunity to install or upgrade 7, XE 4 and XE 6, but not XE 7. What do I need to do to get this version?

Very much appreciated

+6
source share
4 answers

JCL and JVCL have been supporting XE7 since September 2014.

JCL: https://github.com/project-jedi/jcl
JVCL: https://github.com/project-jedi/jvcl

+9
source

What you need to do is install from the latest version in the repo, which is currently hosted in GitHib. It supports XE7. Link to this repo: https://github.com/project-jedi/jvcl

When you get there, follow the instructions. Step 1 - Install JCL, which can also be found on GitHub: https://github.com/project-jedi/jcl

In fact, as a rule, you should install open source projects. Installation programs require time and effort for project developers. Therefore, you will often find that these installers are a bit outdated. So, as a rule, grab the latest version directly from the repo.

+3
source

I installed using the last compiled package (2014-10-07) and it worked 100%

http://jvcl.sourceforge.net/daily/

Thanks for helping everyone.

+1
source

XE7 is not supported by the installer (yet).

I hope it will be in the near future.

-1
source

Source: https://habr.com/ru/post/976347/


All Articles