C++Builder, TeeChart 7.01 Unresolved External SetTitle
Posted: Fri Aug 13, 2004 5:15 pm
Using XP Pro, C++ Builder Ent, QR 4, and TeeChart 7.01 I get the following error when compiling a project that uses TCharts.
(Linker Error) Unresolved external '__fastcall Teengine::TChartSeries::SetTitle(System::AnsiString)' referenced from ...
Looking at your source code I see Title defined as a property in the TChartSeries Class, and the Setters and Getters defined in the TCustomChartSeries parent class, so I don't understand the error.
Any ideas/fixes?
(Linker Error) Unresolved external '__fastcall Teengine::TChartSeries::SetTitle(System::AnsiString)' referenced from ...
Looking at your source code I see Title defined as a property in the TChartSeries Class, and the Setters and Getters defined in the TCustomChartSeries parent class, so I don't understand the error.
Any ideas/fixes?