Search found 4 matches

by 0692
Wed Mar 04, 2015 1:01 am
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21470

Re: LNK2019 error from cseriespointeritems

Thank you very much.
I have solved this problem.
by 0692
Wed Mar 04, 2015 12:20 am
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21470

Re: LNK2019 error from cseriespointeritems

Would you please send me your working project to me? Thanks a lot.
I am using VS2013 VC++ MFC.
by 0692
Tue Mar 03, 2015 6:38 am
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21470

Re: LNK2019 error from cseriespointeritems

Thanks.

But I am porting old projects using TeeChart OCX from V8 to V2014, not creating new project.
I want to know how to modify the making-trouble "GetPointer()" function to made the existing project working as before.
by 0692
Mon Mar 02, 2015 8:44 am
Forum: ActiveX
Topic: LNK2019 error from cseriespointeritems
Replies: 11
Views: 21470

Re: LNK2019 error from cseriespointeritems

Please show me the detail solutions.

Original code using V8
c_Chart.Series(0).GetAsLine().GetPointer().SetHorizontalSize(2);
c_Chart.Series(0).GetAsLine().GetPointer().SetVerticalSize(2);

How to fix in V2014 ?