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

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Totte Karlsson
Newbie
Newbie
Posts: 8
Joined: Fri Nov 15, 2002 12:00 am
Location: Seattle
Contact:

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

Post by Totte Karlsson » Wed Jan 21, 2009 1:37 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 21, 2009 8:06 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Totte Karlsson
Newbie
Newbie
Posts: 8
Joined: Fri Nov 15, 2002 12:00 am
Location: Seattle
Contact:

Post by Totte Karlsson » Wed Jan 21, 2009 6:03 pm

Hi, yes,
using RAD 2007, C++ and TeeChart version 8.04 Trial

-totte

Totte Karlsson
Newbie
Newbie
Posts: 8
Joined: Fri Nov 15, 2002 12:00 am
Location: Seattle
Contact:

Post by Totte Karlsson » Wed Jan 21, 2009 6:55 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 22, 2009 8:33 am

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply