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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.