Ticket KA18797
Visible to All Users

Manual compilation of TeeChart Report Link packages

created 12 years ago

Description:
How can I compile packages for TeeChart Pro version?

Answer:
Starting with Build versions VCL 12.2.7 and VCL 13.1.1, our installer has stopped compiling packages for the TeeChart Pro VCL components. Only packages for the TeeChart Standard VCL components, which are shipped along with RAD Studio, will be compiled. We introduced this change due to problems many of our users had, for whom this link is not needed. If you still need to add this link, it is necessary to change our package to a standard version and compile it.
For example:

Delphi
package dxPSTeeChartRS18; {$R *.res} {$IFDEF DXDEBUGMODE} {$DEBUGINFO ON} {$LOCALSYMBOLS ON} {$OPTIMIZATION OFF} {$STACKFRAMES ON} {$ELSE} {$DEBUGINFO OFF} {$LOCALSYMBOLS OFF} {$OPTIMIZATION ON} {$STACKFRAMES OFF} {$ENDIF} {$ALIGN 8} {$ASSERTIONS OFF} {$BOOLEVAL OFF} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO OFF} {$SAFEDIVIDE OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST ON} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'ExpressPrinting System ReportLink for TeeChart by Developer Express Inc.'} {$IMPLICITBUILD OFF} {$RUNONLY} requires dbrtl, rtl, vcl, vcldb, vclimg, vclx, tee, <<< change this to PRO version, for example, tee918 for pro 9 dxComnRS18, dxCoreRS18, dxThemeRS18, cxDataRS18, dxGDIPlusRS18, cxLibraryRS18, cxEditorsRS18, cxPageControlRS18, dxPSCoreRS18; contains dxPSTCLnk; end

It is necessary to do the same for dxPSDBTeeChartRS18.dpk, dcldxPSTeeChartRS18.dpk and dcldxPSDBTeeChartRS18.dpk packages.
After that, please recompile all required packages manually (via the IDE). If it is necessary, you can install the design time packages (dcldx~).
Note: For DB version, it is replaced from tee and teedb to corresponding pro versions, for example: tee918 and teedb918.

Show previous comments (1)
DevExpress Support Team 11 years ago

    You asked a similar question in our Support Center: Help needed compiling dxPSTeeChartRS11. Let's continue our discussion there.

      also add VCLTEE  into unit scope name
      Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;VCLTEE

      I I
      Inmotio Object Tracking B.V. 8 years ago

        You can also add the VCLTee to the unit name

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.