Page 1 of 1

Problems running on Kylix and Delphi...

Posted: Fri Apr 23, 2004 7:58 pm
by 9336485
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?

Posted: Thu May 06, 2004 2:35 pm
by Pep
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.