In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] ("Sisyphus") wrote:
> - Original Message -
> From: "Markus Schneider" <[EMAIL PROTECTED]>
> To:
> Sent: Tuesday, October 03, 2006 9:36 PM
> Subject: Catching Exception from OLE Object
>
- Original Message -
From: "Markus Schneider" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, October 03, 2006 9:36 PM
Subject: Catching Exception from OLE Object
> Hi,
>
> I am using Win32OLE to test an application.
>
> For some tests the application throws a &q
Hi,
I am using Win32OLE to test an application.
For some tests the application throws a "divide by zero" exception,
due to bugs in the SW.
However, I cannot put this in my test report, since
Win32::OLE->LastError() does not return the exception.
In fact, it returns "0".
Anybody can give me a h