Search found 3 matches

by Greg
Tue Mar 09, 2004 2:31 am
Forum: VCL
Topic: D7 TeeChart Pro CLX invisible at runtime
Replies: 2
Views: 8044

Thank you very much, Marjan.

The combination of defining CLX and adding the source folder to the search path fixed the problem.

Regards.
Greg :D
by Greg
Thu Mar 04, 2004 11:11 pm
Forum: VCL
Topic: D7 TeeChart Pro CLX invisible at runtime
Replies: 2
Views: 8044

D7 TeeChart Pro CLX invisible at runtime

Using TeeChart Pro 6.01 CLX.with D7. The TChart in my project seems fine at design time, but becomes invisible as soon as I run the app. I can confirm that the Visible property is still set to True, but I notice that the ChartRect is (0,0,0,0). Anyone know the solution to this problem? Pavel Poles a...
by Greg
Thu Mar 04, 2004 11:03 pm
Forum: VCL
Topic: Compiling Teechart in Kylix C++ Enterprise
Replies: 6
Views: 14177

I edited the file Tee6K3.bpg changing the line

DCC =dcc -u/root/kylix/lib $<

to

DCC =dcc -JPHNE -u/root/kylix/lib $<

then rebuilt the package from the command line using

source /root/kylix/bin/kylixpath
make -f Tee6K3.bpg

This created the .hpp files.

HTH.
Greg