Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JVCL installation Delphi XE7

I have recently installed Delphi XE7 and have been adding my 3rd Party components sets. I also have Delphi 7, XE4 & XE6 on my dev machine. When running JVCL 3.48 install I am getting the option to install or update 7, XE 4 & XE 6 but not XE 7. What do I need to do for it to pick up this version?

Much appreciated

like image 884
Eishman Avatar asked Oct 07 '14 09:10

Eishman


2 Answers

The JCL and JVCL support XE7 since September 2014.

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

like image 73
Andreas Hausladen Avatar answered Sep 24 '22 13:09

Andreas Hausladen


What you should do is install from the latest version in the repo which is, as of today, held at GitHib. This has support for XE7. The link to this repo is: https://github.com/project-jedi/jvcl

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

In fact this is generally how you should install open source projects. It takes time and effort for project maintainers to make installation programs. So you will often find that these installation programs are a little out of date. So, as a general rule, take the latest revision straight from the repo.

like image 32
David Heffernan Avatar answered Sep 21 '22 13:09

David Heffernan