Problems running on Kylix and Delphi...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
ZanthusMan
Newbie
Newbie
Posts: 1
Joined: Wed Mar 17, 2004 5:00 am
Location: Brazil
Contact:

Problems running on Kylix and Delphi...

Post by ZanthusMan » Fri Apr 23, 2004 7:58 pm

I'm trying to use this TeeChart v7 Pro (with Source) in Kylix 3 and Delphi 7. I put a TDBChart or a TChart on the Form, in Designing time everything runs OK, the Charts appears correctly but when I run the program in Delphi and anything appears on the Screen, the Charts disappear and in Kylix 3 ocurred a problem (division by zero, that I solved), after the boards appears but the Chart not... :cry:

Can anyone help me?

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

Post by Pep » Thu May 06, 2004 2:35 pm

Hi,

if you compile against TeeChart Pro v7 source code, you need to add the "CLX" conditional define at Project->Options->Directories and Conditionals, because Delphi compiler does not provide it automatically when compiling CLX applications.

Post Reply