#import TeeChart2010.ocx error with VS9.0
Posted: Tue Jun 28, 2011 2:16 am
Hi, I have beed a user of TeeChart 7 for some time now and have decided on upgrading our license. So I installed the 2010 trial TeeChart 10.0.0.3.
I am having a problem when attempting to import the ocx file into my visual c++ project (I.e #import "TeeChart2010") and the generation of the TeeChart2010.tlh file. It seems the tlh file makes many references to struct ITeePoint2D when I am guessing it should be struct ITeePoint2D *.
This results in compiler errors TeeChart::ITeePoint2D' : cannot instantiate abstract class
I can successfully import the trial TeeChart8.ocx and everything works fine.
Thanks.
I am having a problem when attempting to import the ocx file into my visual c++ project (I.e #import "TeeChart2010") and the generation of the TeeChart2010.tlh file. It seems the tlh file makes many references to struct ITeePoint2D when I am guessing it should be struct ITeePoint2D *.
This results in compiler errors TeeChart::ITeePoint2D' : cannot instantiate abstract class
I can successfully import the trial TeeChart8.ocx and everything works fine.
Thanks.