![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Another newbie question here. I'm writing an ATL/COM add-in for Outlook 2003.
When quitting Outlook, I was getting an "abnormal program termination" error. If I understand correctly, this is probably a result of not releasing my Explorer object pointer? I added a sink for the explorer close event as recommended but I guess I have to do something other than just set my pointer to NULL? (My pointer is: CComPtr Outlook::_Explorer m_spExplorer ![]() Here's my code (checking to see if this is the last : // gives an "assertion failed" error void _stdcall CAddin::OnExplorerClose(){ CComPtr Outlook::_Explorers spExplorers; m_spApp-get_Explorers(&spExplorers); long count; spExplorers-get_Count(&count); if (count == 1){ spExplorerEvents: ![]() spExplorerEvents2: ![]() spExplorerEvents3: ![]() m_spExplorer = NULL; } } As always, any assistance is greatly appreciated. -Gabriel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Access object in explorer from type olExplorer | Christian Havel | Add-ins for Outlook | 3 | October 19th 07 06:56 PM |
I would NOT install the Desktop Search or Risk Destroying Your Operating System | Peter de B. Harrington | Outlook - General Queries | 5 | May 27th 07 07:03 PM |
Outlook Application ActiveWindow() always return Explorer object | AtulSureka | Outlook - Using Forms | 3 | October 10th 06 02:31 PM |
Calendar is Destroying Itself | Scott W. | Outlook - Calandaring | 1 | July 13th 06 07:05 AM |
Email hyperlinks open Windows Explorer, not Internet Explorer | M Skabialka | Outlook - General Queries | 2 | July 7th 06 09:39 PM |