TeeChart not visible as CLX

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ajvbun
Newbie
Newbie
Posts: 2
Joined: Sat Feb 03, 2001 5:00 am

TeeChart not visible as CLX

Post by ajvbun » Sun Jan 07, 2007 9:37 am

I am very happy using TeeChart Pro v5.03 under Delphi 7 Professional for VCL applications.

Now I want to make a CLX application in Delphi 7 using File / New / CLX application. The content of the component palette is adjusted and the TeeChart component on the Additional tab is REMOVED (the number of components on the TeeChart tab is also reduced)

Remark : Under Component / Install packages I see no reference to CLX.

How can I use TeeChart in a CLX application under Delphi 7?

Thanks in advance.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 08, 2007 4:38 pm

Hi,

the problem is that vcl and clx components cannot be active at the same time, to use only the clx components go to the Components -> installed packages, remove the vcl packages and add only the compiled clx packages, this should solve your problem.
Also, remember tl add "CLX" as conditional to use the TeeChart components into an app.

ajvbun
Newbie
Newbie
Posts: 2
Joined: Sat Feb 03, 2001 5:00 am

Post by ajvbun » Tue Jan 09, 2007 8:23 am

Dear Pep,

Thank you for your reply.

1. I disabled : TeeChart 5 Components, ... for Open GL, ... for QuickReport, ... pro 5 Components and ... Graphic exporting formats.

2. Then I removed the corresponding packages: TeeImage57.bpl, DCLTEP57.bpl, DCLTQR57.bpl, DCLTGL57.bpl and DCLTEE57.bpl

I assume now I have to install a package(s) with CLX in their name.
I can not find any package in this format nor find instructions in the file install.txt.
How to proceed?

Thanks.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 15, 2007 10:06 am

Hi,

if you are source code customer, first you'll have to do a build for all the clx packages.

Post Reply