View Single Post
  #5  
Old June 8th 06, 11:13 AM posted to microsoft.public.outlook.program_addins
pete_42
external usenet poster
 
Posts: 9
Default Crash in GetMAPIOBJECT + Outlook 2007

Dmitry Streblechenko wrote:
Hmmm... What kind of exception is it? A COM error or something like an
access violation?

Good question. I tried 3 catch'es:

catch(_com_error &)
catch (CException *)
catch (...)


The third one caught the exception. So it's probably an access
violation.

Can the pointer be wrong?
Am I doing a bad cast somehow??

Ads