2014 upgrade giving linker unresolved external
Posted: Tue Apr 15, 2014 4:52 am
Hello,
I've just been trying to update from TChart 2013 to the latest 2014.10.140220 but I'm getting the following linker errors :-
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TChartAxis::SetMinMax(const const double, const const double)' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE1.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TCustomChartSeries::~TCustomChartSeries()' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE2.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TCustomChartSeries::SetShowInLegend(const const bool)' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE3.OBJ
I have tried this in a test application as well with just the following in the form OnShow()
Chart1->LeftAxis->SetMinMax(0.0, 100.0);
It produces the about SetMinMax() linker error as well
I've just been trying to update from TChart 2013 to the latest 2014.10.140220 but I'm getting the following linker errors :-
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TChartAxis::SetMinMax(const const double, const const double)' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE1.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TCustomChartSeries::~TCustomChartSeries()' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE2.OBJ
[ilink32 Error] Error: Unresolved external '__fastcall Vcltee::Teengine::TCustomChartSeries::SetShowInLegend(const const bool)' referenced from C:\SRC\C.XE\EDS\ENVIEW\WIN32\RELEASE\FILE3.OBJ
I have tried this in a test application as well with just the following in the form OnShow()
Chart1->LeftAxis->SetMinMax(0.0, 100.0);
It produces the about SetMinMax() linker error as well