Re: oleaut32: SafeArrayDestroyData

2004-10-18 Thread Walt Ogburn
Hi hans, Thanks, I hadn't thought of doing it that way. That was very useful. The result is that SafeArrayDestroyData shouldn't do anything if FADF_STATIC is set for that array. I'll submit a test and a fix for that. - Walter On Mon, 18 Oct 2004, Hans Leidekker wrote: > On Monday 18 Octobe

Re: oleaut32: SafeArrayDestroyData

2004-10-18 Thread Hans Leidekker
On Monday 18 October 2004 19:19, Walt Ogburn wrote: > Also, is there a way to make the tests in oleaut32/tests/ run on the > native dlls? If so, I could more clearly show that the Windows version > doesn't null pvData. Wine's build system has support for cross compiling tests into PE executables

oleaut32: SafeArrayDestroyData

2004-10-18 Thread Walt Ogburn
Hi, I am working on getting a scientific / engineering application called SRIM (www.srim.org), specifically the batch-mode component SRModule of SRIM 2003. This is a Visual Basic program, so there's lots of reliance on oleaut32.dll. In addition to freeing the data memory of the SafeArray, Wine's