Outlook 2003 Beta Crashing with COM Addins

V

Vo Vuong

I know this isn't related to VBA, but this is the only
programming Outlook group I see.

I am writing a COM Addin in C++ that uses OOM Iterface
events. Apparently Outlook is not refcounting the Addin
Object on an Advise(), however IS decrementing on a
UnAdvise(). This causes my object to release all
refcounts and unload prematurely. I checked with
previous versions including Beta 1 and it refcounts
correctly. Does anyone know if this is a bug in Outlook
2003 Beta 2 is a known problem?

Thanks
Vo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top