Hi,
my c++ add-in crashes every time i receive a mail, which is a slight disadvantage. The crash doesn't happen in my code or in any outlook function that I call, but in outlook itself. By experimenting I found out that this bug disappears if I return S_FALSE for EECONTEXT_SESSION (during Install). My add-in now works but I have my doubts that this is a clean solution.
Any ideas?
Or suggestions how to debug such a problem?
my c++ add-in crashes every time i receive a mail, which is a slight disadvantage. The crash doesn't happen in my code or in any outlook function that I call, but in outlook itself. By experimenting I found out that this bug disappears if I return S_FALSE for EECONTEXT_SESSION (during Install). My add-in now works but I have my doubts that this is a clean solution.
Any ideas?
Or suggestions how to debug such a problem?