![]() |
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
|
|||
|
|||
![]()
Hello all,
Sorry if this is a FAQ. BTW, is there a FAQ somewhere? Anyway, I see the following line in the dubugger output window, once in a while: First-chance exception at 0x7c81eb33 in outlook.exe: 0x0EEDFADE: 0xeedfade. When it is shown, it is shown several times in a row. I wonder if this has anything to do with the activity of my addin. I can't see any abnormal behaviour on my side, but I wonder. Peraps I will see something once I'll start stressing my addin. I write my addin in ATL/C++ using VS2005 and run it in Outlook 2003. Thanks a lot in advance, Boaz. |
#2
|
|||
|
|||
![]()
0x0EEDFADE is an exception code generated by the Delphi run-time.
Do you have any applications written in Delphi (such as OutlookSpy) installed? Note that some exceptions (especially language specific exceptions) are raised (and handled) on purpose as a part of the normal code execution path. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Boaz Feldbaum" wrote in message ... Hello all, Sorry if this is a FAQ. BTW, is there a FAQ somewhere? Anyway, I see the following line in the dubugger output window, once in a while: First-chance exception at 0x7c81eb33 in outlook.exe: 0x0EEDFADE: 0xeedfade. When it is shown, it is shown several times in a row. I wonder if this has anything to do with the activity of my addin. I can't see any abnormal behaviour on my side, but I wonder. Peraps I will see something once I'll start stressing my addin. I write my addin in ATL/C++ using VS2005 and run it in Outlook 2003. Thanks a lot in advance, Boaz. |
#3
|
|||
|
|||
![]()
I do have OutlookSpy running. I'll take this opportunity to thank you for
making this tool, Dmitry. I know that exceptions can be normal behaviour of code, I just wanted to be sure that I'm safe. Thanks a lot, Boaz. "Dmitry Streblechenko" wrote in message ... 0x0EEDFADE is an exception code generated by the Delphi run-time. Do you have any applications written in Delphi (such as OutlookSpy) installed? Note that some exceptions (especially language specific exceptions) are raised (and handled) on purpose as a part of the normal code execution path. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Boaz Feldbaum" wrote in message ... Hello all, Sorry if this is a FAQ. BTW, is there a FAQ somewhere? Anyway, I see the following line in the dubugger output window, once in a while: First-chance exception at 0x7c81eb33 in outlook.exe: 0x0EEDFADE: 0xeedfade. When it is shown, it is shown several times in a row. I wonder if this has anything to do with the activity of my addin. I can't see any abnormal behaviour on my side, but I wonder. Peraps I will see something once I'll start stressing my addin. I write my addin in ATL/C++ using VS2005 and run it in Outlook 2003. Thanks a lot in advance, Boaz. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Exception from HRESULT | Laks | Add-ins for Outlook | 1 | May 11th 06 09:24 AM |
Exception at item display | Yury Kudryashov | Add-ins for Outlook | 0 | March 13th 06 06:12 PM |
unknown exception error in Exchange Environment | Michael Anderson | Outlook and VBA | 3 | February 28th 06 08:25 PM |
The folder is full exception | jim | Add-ins for Outlook | 1 | January 16th 06 04:27 PM |
Got exception while QueryInteface | Vinayakc | Add-ins for Outlook | 0 | January 13th 06 08:44 AM |