From: scott (SSCHRAM) [#1]
3 Jul 2007
To: ALL
Hello all,
I'm getting a pesky unhandled error. I'm still a newbie so don't know how to implement exception handling.
Here's what I get:
Unhandled exception in (app name) (Kernel32.dll): 0xE00000E1: (no name).
This is the XEXCEPT_INVALID_HANDLE error. I am careful to use unique X_WINDOW handles when more than one dialog is open. When I envoke the Xmessagebox I get the error. Any thoughts?
From: xeffort [#2]
3 Jul 2007
To: scott (SSCHRAM) [#1] 3 Jul 2007
There's little I can tell offhand. I don't see how XMessageBox could possibly interact with XEXCEPT_INVALID_HANDLE, but maybe I overlooked something.
Can you send me the source (jdujic AT uns.ns.ac.yu)? Alternatively, I can give you some debugging tips, but it's not exactly the easiest thing to debug.