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??
|