Page 1 of 1

Using RAD 2007, C++ and TeeChart version 8.04 Trial

Posted: Wed Jan 21, 2009 1:37 am
by 5890955
Hi,
Dropping a chart on a form or frame, and an additional chart component like the chart previewer, commander etc is causing compiler error:

[BCC32 Error] Teefilters.hpp(33): E2316 'TTeeFilter' is not a member of 'Tecanvas'

What is wrong? I want to get such a simple thing compiling before buying the "real" version.
I saw an earlier post fir a earlier version of Teechart having the same problem...

Thanks,
totte

Posted: Wed Jan 21, 2009 8:06 am
by narcis
Hi Totte,

Most likely the thread you saw was this one:

http://www.teechart.net/support/viewtopic.php?t=7122

Which TeeChart version are you using? Does this occur using latest release available, which is v8.04?

Thanks in advance.

Posted: Wed Jan 21, 2009 6:03 pm
by 5890955
Hi, yes,
using RAD 2007, C++ and TeeChart version 8.04 Trial

-totte

Posted: Wed Jan 21, 2009 6:55 pm
by 5890955
I bought the professional version, 8.04.
Compiling a form with a chart on works fine, but adding a Tee component to it results in linker error like this for example,

[ILINK32 Error] Fatal: Unable to open file 'TEEEDIT.OBJ'

What path information is missing?

Thanks,
totte

Posted: Thu Jan 22, 2009 8:33 am
by narcis
Hi Totte,

You should try to add TeeChart's "Lib\obj" folder or $(TEELIBPATH)\Obj, which is the same, at Project->Options->Path and Defines->Library Path list in C++ Builder.

Hope this helps!