GetErrorInfo()

Claude Eisenhut <[email protected]> Wed, 27 Jul 2005 20:10:40 +0200
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <006601c592d6$830de630$8200000a@lemon>
A component returns failure and jawin wraps this as expected to a
COMException.

However, inside JNIComException::JNIComException() the call to
GetErrorInfo() doesn't return S_OK. But the called component calls
SetErrorInfo() (I tested it with a VB client). Any ideas what's going wrong?

Claude