B
Bert_Bert
Hi,
I try to develop Outlook addin in VB6.
I successfully compile DLL library, the addin adds Button to a toolbar. It
reads some items from a folder using Redemption session.
I want to unload and free memory correctly but, honestly I do not know how.
I expect OnDisconnection event should occur "when the COM add-in is
disconnected." but this happens when ?
I want as farr as I close Outlook that my addin also frees up all the
objects used and logs off the rdo session. I have the freeing code in this
procedure, set breakpoint, but it never gets fired and Outlook.exe hangs in
TaskManager when I try to close it (2003, SP3, EN). Even after I kill
Outlook.exe process, it does not fire the event so I cannot clean my objects
and still dont know whether they are stuck in memory or not.
Any hint welcome
thank you
I try to develop Outlook addin in VB6.
I successfully compile DLL library, the addin adds Button to a toolbar. It
reads some items from a folder using Redemption session.
I want to unload and free memory correctly but, honestly I do not know how.
I expect OnDisconnection event should occur "when the COM add-in is
disconnected." but this happens when ?
I want as farr as I close Outlook that my addin also frees up all the
objects used and logs off the rdo session. I have the freeing code in this
procedure, set breakpoint, but it never gets fired and Outlook.exe hangs in
TaskManager when I try to close it (2003, SP3, EN). Even after I kill
Outlook.exe process, it does not fire the event so I cannot clean my objects
and still dont know whether they are stuck in memory or not.
Any hint welcome
thank you