Adding TeePreviewPanel at Design Time
Posted: Tue May 15, 2007 7:58 pm
I'm using Visual C++ and TChart ActiveX Control Version 7. I created a dialog and added a TeePreviewPanel at Design Time. I used the Class Wizard to associate a C++ class with the dialog. Then I tried to associate a member variable of that class with the PreviewPanel. I get an error message saying the following
"The ActiveX Control TeeChart Preview Panel v7 has not been inserted into the project. Developer studio will do this now and generate a C++ wrapper class for it"
I have already added the CTeePreviewPanel class to my Visual C++ project. I've also registered the teechart7.ocx component. I'm able to add the TCharts easily at both design and runtime.
So I'm not sure what's going on with the Preview Panel.
"The ActiveX Control TeeChart Preview Panel v7 has not been inserted into the project. Developer studio will do this now and generate a C++ wrapper class for it"
I have already added the CTeePreviewPanel class to my Visual C++ project. I've also registered the teechart7.ocx component. I'm able to add the TCharts easily at both design and runtime.
So I'm not sure what's going on with the Preview Panel.