When using jabbercom.dll I get an Application Error.
The unknown software exception (0x0eedfade) occurred
in the application at location 0x77e87e08.
This is consistantly reproducable upon exiting the
program. It seems to be a Delphi error, as scouring
the web brings up this message on a few Delphi apps,
and noone seems to know whats happening.
I'm using VB to talk to the jabbercom.dll - am I doing
something stupid? Its almost as if my application
closes by jabbercom.dll stays loaded and tries to
callback to my app, which is now gone, and so an
application error is generated.
Incidentally, SF wouldn't let me login, but my normal
SF account is delancie.
Logged In: YES
user_id=422991
I've reproduced this problem in the MFC sample app, and in
my own attempts to use the library.
Logged In: YES
user_id=422991
It appears that winjab.exe also throws this exception
(albeit quietly). When attaching a debugger to WinJab.exe
I saw the following when exiting the app:
First-chance exception in WinJab.exe (KERNEL32.DLL):
0x0EEDFADE: (no name)
Winjab presents no notification that this error was thrown.