User (Legacy) Posted March 27, 2000 Report Share Posted March 27, 2000 I am trying to create a chart with an annotation toolbar dynamically. I use the following code: try { pAnnList = chartfx->GetExtension("AnnotationX.AnnList"); } catch(...) { pAnnList.CreateInstance(__uuidof(AnnotationX)); HRESULT rs = chartfx->AddExtension((IUnknown *)pAnnList); } Everytime that I call a chart that does not have an annotation object, it wil throw a C++ Exception. The Try Catch seems to handle it, but I was wondering if this exception was normal for a GetExtension call? -- -- Josh Eanes Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.