bcb6 703 TNearestTool::GetNearest not found.
Posted: Thu Mar 17, 2005 5:46 pm
I'm using C++ builder 6 with teechart 7.0.3. (I will upgrade to 7.0.4 later today.)
I'm trying to use the TNearestTool::GetNearestPoint method,
and the compiler gives me the following error:
[C++ Error] unit2.cpp(6326): E2285 Could not find a match for 'TNearestTool::GetNearestPoint(TChartSeries *,int,int)'
[C++ Error] unit2.cpp(6389): E2285 Could not find a match for 'TNearestTool::GetNearestPoint(TChartSeries *,int,int,int)'
You can see that I tried matching both forms of the function (with and without the final bool).
I checked the header file, and it looks OK...
What's going on here?
I'm trying to use the TNearestTool::GetNearestPoint method,
and the compiler gives me the following error:
[C++ Error] unit2.cpp(6326): E2285 Could not find a match for 'TNearestTool::GetNearestPoint(TChartSeries *,int,int)'
[C++ Error] unit2.cpp(6389): E2285 Could not find a match for 'TNearestTool::GetNearestPoint(TChartSeries *,int,int,int)'
You can see that I tried matching both forms of the function (with and without the final bool).
I checked the header file, and it looks OK...
What's going on here?