Search found 1 match

by Banjovi
Tue Mar 22, 2011 3:06 pm
Forum: VCL
Topic: AddSeries linker error
Replies: 1
Views: 4031

AddSeries linker error

I'm converting an old project from BCB6 to C++ Builder RAD XE. Everywhere in my project where I add a series at runtime to a chart, I get a linker error. The code looks like this: TLineSeries *ser; ser = (TLineSeries *) Chartfx1->AddSeries(__classid(TLineSeries)); And produces the error [ILINK32 Err...