Thank you very much.
I have solved this problem.
Search found 4 matches
- Wed Mar 04, 2015 1:01 am
- Forum: ActiveX
- Topic: LNK2019 error from cseriespointeritems
- Replies: 11
- Views: 25041
- Wed Mar 04, 2015 12:20 am
- Forum: ActiveX
- Topic: LNK2019 error from cseriespointeritems
- Replies: 11
- Views: 25041
Re: LNK2019 error from cseriespointeritems
Would you please send me your working project to me? Thanks a lot.
I am using VS2013 VC++ MFC.
I am using VS2013 VC++ MFC.
- Tue Mar 03, 2015 6:38 am
- Forum: ActiveX
- Topic: LNK2019 error from cseriespointeritems
- Replies: 11
- Views: 25041
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.
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.
- Mon Mar 02, 2015 8:44 am
- Forum: ActiveX
- Topic: LNK2019 error from cseriespointeritems
- Replies: 11
- Views: 25041
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 ?
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 ?