Installing TChart2014 & XE7 - delphi

I have been using TChart (Pro) for years and currently on TChart2014. I have recently upgraded Delphi to XE7 but the installer does not recognize XE7. I downloaded the latest Bin and source code files from the download center but XE7 is not there (Actually, since I removed XE2, it says there are no IDE's installed). Is there another installation set lurking somewhere that is not 'public'

Following up the comments to the question, the answer is that the subscription license needs to be renewed/extended to get access to the TeeChart 2014.12.140923 VCL/FMX release, which is the first version adding RAD Studio XE7 support, or a newer version.

Related

Indy 10 error when try to install a new version in Delphi XE3

I'm trying to install a new version of Indy 10 in Delphi XE3.
I'm using the Fullc_XE3.bat to compile the component, it works and finish OK, however, when I try to install dclIndyCore170.bpl I get the next popup error:
Procedure entry point not found #Idstack#TIdStackLocalAddressList#GetAddress$qqri in the dynamic link library D:\Entorno XE3\COMPONENTES\Indy-master\C17\Win32\Release\dclIndyCore170.bpl
I don't know what I'm doing wrong, I cleaned Delphi's Indy installation, deleting all indy files: dcp, dcu, pas, bpl.
Could you help me please?
First off, if you are doing a DELPHI installation, you should NOT be using the Fullc_XE3.bat script at all. That script is meant only for a C++BUILDER installation instead (the c in the filename stands for C++). For Delphi, simply open Indy's 5 .dpk packages (or the Indy170.groupproj project group) directly in the IDE and use the Project Manager's Compile and Install options.
Second, Delphi XE3 was released in September 2012, but TIdStackLocalAddressList was introduced in April 2013 for Indy 10.6.0 in XE4. So, you have clearly NOT cleared out the old Indy version that shipped with XE3 before installing the new Indy version. Your IDE is encountering an old binary that was left behind.

Delphi 10.2 Tokyo VCL sources

I've just installed RAD 10.2 Tokyo, from the official ISO, but using a trial period serial number. It says "Architect" when I start it (though I wanted to trial Entreprise edition).
Now inside Delphi's folder, when I go to sources, I find a few subfolders like rtl, but no VCL subfolder.
Does anyone have these files? Am I missing them because I installed a trial version, did Embarcadero stop providing them? In my old Delphi XE2, I also have FireMonkey framework sources, but here, nothing...
The trial version does not provide sources. You get the sources when you purchase. Note that the starter edition also does not provide sources.

TMS Component Pack in new XE8 Trial install?

I'm having trouble with installing TMS component pack in my trial Delphi XE8 Architect dev environment. The pack is quite old, and I'm just about to use it, to check if everything is fine with my code, code was writen few years ago with this pack. Since I haven't got jet registered version of delphi, I'm using this trial just to check if I can work with this code and components? I install tms exe but no controls are shown in dev enviroment?
The pack is quite old.
That's the problem. You need to get a version that supports XE8. I expect that you can obtain that from the vendor's website.

Installing Delphi 2005 TChart

I'm running the 2005 version of delphi, which is all we are allowed to use for our school projects (so I can't update to a more recent version of delphi)
What I'm trying to do is install the TChart component into my delphi so that I can add the component to my VCL Form however can't seem to find the download link for the source code to install it via a package inside of delphi.
Could you possibly help me get TChart installed onto my delphi 2005 version? If its even possible..
Thanks
As the previous comments indicate, TeeChart Standard should be included in Delphi 2005 installation, as with all RAD Studio versions.
If you want to use this version but you can't find the TChart component in the palette, search for the dcltee*.bpl in the bin folder in the IDE installation and try to install it through the Components list in the IDE.
If you want to use a different version (a Pro version or a SourceCode version), please contact the sales department at sales#steema.com. Note Steema Software offers a 50% discount for Academic & Non-profit Organizations: http://www.steema.com/licensing/subscription

Jedi Library and Delphi XE

Typically, the install of the JEDI libraries is done using the installer. Does anybody know if the installer
Works with Rad Studio XE (Delphi and Builder)
Can be easily modified to do so if not
Knows of some manual install instructions?
Thanks
Depends on what JEDI Libraries your talking about as there are several.
Typically updated JEDI Library are available for download on sourceforge a few days after release. As they are not permitted to publish the required changes before the release. But since the JCL is used in the RAD Studio IDE, it is always updated to the latest version.
The JCL (JEDI Code Library) is on the partner DVD.
JCL for XE can be downloaded from Code Central here: http://cc.embarcadero.com/Item/27879
The JVCL (Jedi Visual component Library) can be downloaded from Code Central here: http://cc.embarcadero.com/Item/27901
The Delphi XE Partner DVD contains JCL and JVCL.
If you are using the Delphi XE trial, then it's possible that jedi installer does not work even when Jedi make the release with support of Delphi XE. That is because the tral version of the products doesn't support command line tools (e.g. command line compiler) that the installers need to compile Jedi's BPLs
The current state of the JCL and JVCL do not work with Builder C++ XE.
The author has stated he hopes for a release On Sept 10, 2010
Unless you are in a hurry you should wait for an official release, but if there are not "breaking changes" (and AFAIK XE has not), it's not difficult to modify the packages to generate different bpl/dcp names at least and install them manually.

Resources