Search found 5 matches

by Fish
Thu Jul 08, 2004 6:22 pm
Forum: VCL
Topic: Unresolved external Teengine
Replies: 6
Views: 12412

After several hours of poking around I've discovered the following: There were many Te*.hpp files hanging around in '\Cbuilder6\Include\Vcl' aparently the wrong version. So I deleted them. Also.. Chart.hpp was in that directory, apparently the wrong version ... whacked. There where some files in \cb...
by Fish
Thu Jul 08, 2004 6:21 pm
Forum: VCL
Topic: Installation probs with bcb6
Replies: 3
Views: 8699

I have run into the same problem. After several hours of poking around I discovered the following: There were many Te*.hpp files hanging around in '\Cbuilder6\Include\Vcl' aparently the wrong version. So I deleted them. Also.. Chart.hpp was in that directory, apparently the wrong version ... whacked...
by Fish
Thu Jul 08, 2004 2:10 pm
Forum: VCL
Topic: Unresolved external Teengine
Replies: 6
Views: 12412

Ok, After erradicating all traces of previous versions from my system and re-installing version 7 (not without errors) I start a new project that only contains a tchart component and try and compile. I now get a compiler error in TeeProcs.hpp : 'TTeeShadow' is not a member of 'Tecanvas' I do not hav...
by Fish
Wed Jul 07, 2004 1:38 pm
Forum: VCL
Topic: Unresolved external Teengine
Replies: 6
Views: 12412

Thanks for the reply. However, I have the library included in the path for libs. I also have the #pragma link "TeeComma". The Errors continue. I'm gettting 5 linker errors, all of the form: [Linker Error] Unresolved external '__fastcall Series::TSeriesPointer::SetVisible(bool)' referenced from D:\PR...
by Fish
Wed Jul 07, 2004 1:23 pm
Forum: VCL
Topic: Unresolved external Teengine
Replies: 6
Views: 12412

Unresolved external Teengine

With both version 6 and 7 of the VCL (i'm running builder C++ 6) i am getting a linker error

Unresolved external '__fastcall Teengine::

whenever I try and use (programmatically) any of the TLineSeries attributes. The code I'm using worked fine in Borland Builder 5 and version 5 of the library.