On Wed, Jun 17, 2009 at 03:58:33PM +0200, Paul Vriens wrote:
Huw Davies wrote:
dlls/oleaut32/tests/tmarshal.c | 53 +++++++++++++++++++++++++++++++- dlls/oleaut32/tests/tmarshal.idl | 6 +++ dlls/oleaut32/tests/tmarshal_dispids.h | 1 + 3 files changed, 59 insertions(+), 1 deletions(-)
In an effort to get a green NT4, I ran your new tests on NT4:
tmarshal.c:1376: Test failed: ITypeInfo_Invoke failed with error 0x80010105 tmarshal.c:1377: Test failed: got 0 tmarshal.c:1378: Test failed: got 0
On W2K3:
tmarshal.c:1376: Test failed: ITypeInfo_Invoke failed with error 0x80010105 tmarshal.c:1377: Test failed: got 0 tmarshal.c:1378: Test failed: got 0
and a maybe unrelated on W2K3 (wasn't here before): tmarshal.c:605: Test failed: Struct parameter passed by pointer corrupted
On W98:
tmarshal.c:1376: Test failed: ITypeInfo_Invoke failed with error 0x80010105 tmarshal.c:1377: Test failed: got 0 tmarshal.c:1378: Test failed: got 0
Am I doing something wrong here?
Hi Paul,
Did you apply the widl patch too?
Huw.