Page 1 of 1

Error when adding a surface

Posted: Fri Mar 19, 2004 7:39 am
by 9231472
I am using TeeChart 7 with BCB6

When I add a surface series to a chart, TeeChart adds the following include:
#include "TeeSurfa.h"

but this should be #include "TeeSurfa.hpp"

this happens also when I add tools.

How can I fix this? :?:

Posted: Tue Mar 23, 2004 4:28 pm
by Marjan
Hi.

I got the same results first time I compiled/installed TeeChart from sources (BCB6). BCB somehow "automatically" added TeeSurfa.h instead of TeeSurfa.hpp. As first workaround I manually replaced TeeSurfa.h with TeeSurfa.hpp.
Then it turned out the project did not have the correct path list to the TeeSurfa.hpp file (and other files). So next time when BCB asked me for TeeSurfa.h, I simply clicked the "Browse" button and selected the TeeSurfa.hpp instead of the TeeSurfa.h. Strangely enough this fixed the problem and next time I tried to do the same thing, BCB correctly added TeeSurfa.hpp.

PS: Did you install TeeChart from sources or did you use the binaries installer ?

Posted: Wed Mar 24, 2004 5:53 am
by 9231472
A used the binary installer.