Error when adding a surface

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Neil
Newbie
Newbie
Posts: 9
Joined: Tue Mar 16, 2004 5:00 am

Error when adding a surface

Post by Neil » Fri Mar 19, 2004 7:39 am

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? :?:

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue Mar 23, 2004 4:28 pm

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 ?
Marjan Slatinek,
http://www.steema.com

Neil
Newbie
Newbie
Posts: 9
Joined: Tue Mar 16, 2004 5:00 am

Post by Neil » Wed Mar 24, 2004 5:53 am

A used the binary installer.

Post Reply