I'll try to put something together. My workaround is allowing me to to proceed, but I thought there might be something useful for Steema if it turned out to be a real problem.
Thanks once again,
Bob.
Search found 4 matches
- Thu Jun 22, 2006 5:42 pm
- Forum: VCL
- Topic: const bool argument to TChartPen::SetVisible()
- Replies: 5
- Views: 6806
- Wed Jun 21, 2006 6:45 pm
- Forum: VCL
- Topic: const bool argument to TChartPen::SetVisible()
- Replies: 5
- Views: 6806
Narcis, I have an application that uses the "Visible" property on a TChartPen object. I got an undefined reference to TChartPen::SetVisibility() when I linked. This is when I changed the "const bool" argument to that function to a "bool" in the .hpp file. I did a build and the symbol was found OK. I...
- Wed Jun 21, 2006 2:35 am
- Forum: VCL
- Topic: const bool argument to TChartPen::SetVisible()
- Replies: 5
- Views: 6806
const bool argument to TChartPen::SetVisible()
The Techart.hpp file in version 7.0.7 is showing an argument to TChartPen::SetVisble as "const bool" instead of bool. Because of this, the linker can't find the mangeled name. It gets fixed is I delete the "const" (bad C++ coding form anyway), and the linker can find the function. Do you have to edi...
- Sat May 14, 2005 9:37 pm
- Forum: VCL
- Topic: TChart VCL 7.04 Axis Title Clipped
- Replies: 1
- Views: 4295
TChart VCL 7.04 Axis Title Clipped
My project includes a TChart that includes two custom left axes along with the LeftAxis. It is a simple 2D chart using line series. One, two, or three left axes can be visible at any given time. When the LeftAxis is not visible, the custom left axes have their labels clipped due there not being enou...