Re: oleaut32: Add tmarshal conformance test

2006-10-10 Thread Michal Okresa
> And how does this relate to the version that Dan Hipschman sent in: > http://winehq.org/pipermail/wine-patches/2006-August/029511.html > (and which didn't work on Alexandre's machine, > http://winehq.org/pipermail/wine-devel/2006-August/050185.html )? > - Dan this patch fixes two problems in ori

Re: oleaut32: Add tmarshal conformance test

2006-10-09 Thread Dan Hipschman
On Mon, Oct 09, 2006 at 03:45:16PM -0700, Dan Kegel wrote: > Dan H., could you have a quick look at Michal's patch? Well, the patch I sent in didn't crash on my machine, but crashed on Alexandre's (and maybe others' who didn't try to run it). It's pretty hard to fix something that works when you

Re: oleaut32: Add tmarshal conformance test

2006-10-09 Thread Dan Kegel
On 10/9/06, Michal Okresa <[EMAIL PROTECTED]> wrote: On Monday 09 October 2006 19:14, Dan Kegel wrote: ... > I think it's great you're working on this. What were the bugs? Thanks for your comments. I discovered these two problems in Rob's patch which make test crash. * Firstly function IKindaE

re: oleaut32: Add tmarshal conformance test

2006-10-07 Thread Dan Kegel
James wrote: On 10/6/06, Michal Okresa wrote: --- dlls/oleaut32/tests/tmarshal.c | 1099 dlls/oleaut32/tests/tmarshal.idl | 159 + dlls/oleaut32/tests/tmarshal.rc| 30 + dlls/oleaut32/tests/tmarshal_dispids.h | 34 + 4 files chang

Re: [PATCH] oleaut32: Add tmarshal conformance test

2006-10-06 Thread James Hawkins
On 10/6/06, Michal Okresa <[EMAIL PROTECTED]> wrote: --- dlls/oleaut32/tests/tmarshal.c | 1099 dlls/oleaut32/tests/tmarshal.idl | 159 + dlls/oleaut32/tests/tmarshal.rc| 30 + dlls/oleaut32/tests/tmarshal_dispids.h | 34 + 4 files

Re: oleaut32: Add tmarshal conformance test

2006-08-09 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > This adds a conformance test written by Rob Shearman. Pretty much all the > code in the four files beginning with "tmarshal" is his. All I did was make > some changes to the Makefiles to be able to test things with IDL components, > and I tweaked his s