Hello,
I just tried to install 2.6 with Delphi XE4.
It seems that dxPSTeeChartRS18 and dxPSDBTeeChartRS18 are not installed/missing.
We have closed this ticket because another page addresses its subject:
TeeChart Report Link - Compilation errors occur if the TeeChart Pro version is installed to RAD Studio XE3TeeChart Report Link - Add support for TeeChart Standard VCL components shipped with RAD Studio XE4
Answers approved by DevExpress Support
We have implemented the functionality described in this ticket. It will be included in our next update(s).
Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.
Hello,
It seems that you have faced a known problem in our installer. Please refer to the TeeChart Report Link - Compilation errors occur if the TeeChart Pro version is installed to RAD Studio XE3 ticket for more information and a possible workaround.
Other Answers
Hello,
I think it is a different Problem:
- I am not using TeeChart Pro.
- "dxPSTeeChartRS17.dpk" was installed in "…\ExpressPrinting System\Packages".
- "dxPSTeeChartRS18.dpk" is not installed.
- With XE3 it works fine, with XE4 it fails.
As an attachment a ScreenDump of my Folder (after fresh installation).
Regards
Tom
Hello,
Thank you for your clarification. We somehow missed that you mean the XE4 installation. You are right, packages that are necessary to print TeeChart charts are not compiled for XE4. We do not support this functionality in this new IDE for now. However, we will surely try to implement it with future versions of our controls.
Important note: right now we are considering the possibility to continue support printing only the light TeeChart version that is embedded into the IDE by default. I should mention that we are experiencing serious installation problems with TeeChart Pro packages in every our release. So it is likely that if someone wishes to print TeeChart Pro with future versions of our PrintingSystem it will be necessary to compile corresponding packages manually.
Hello,
support for TeeChart "light" would be helpfull. I don ́t use TeeChart pro.
By the meantime I used a workaround:
- Copy the RS17 TeeChart packages
…DevExpress VCL\ExpressPrinting System\Packages:
dcldxPSDBTeeChartRS17.dpk -> dcldxPSDBTeeChartRS18.dpk
dcldxPSTeeChartRS17.dpk -> dcldxPSTeeChartRS18.dpk
dxPSDBTeeChartRS17.dpk -> dxPSDBTeeChartRS18.dpk
dxPSTeeChartRS17.dpk -> dxPSTeeChartRS18.dpk - Edit the new files
- Replace RS17 with RS18
- Remove "{$R *.res}" - Recompile DevExpress
Is this a correct way?
Regards
Tom