Problem with optary.h

2006-11-23 Thread Francois Gouget
I have done a test compilation of the Wine conformance tests on Windows and found that dlls/mshtml/tests/misc.c fails to compile because it depends on the optary.h header. The problem is that this header is not part of the Platform SDK or of the DirectX SDK. Apparently it is only part of the

Wine internship available

2006-11-23 Thread Dan Kegel
James Hawkins is wrapping up his internship with me next month, and boy will I miss him! (See http://cia.navi.cx/stats/author/[EMAIL PROTECTED] for one reason why!) If you know any students who are good programmers who would like to get paid to work on Wine for a term, please send them to

Re: RFC: OpenAL Winmm driver and OpenAL32.dll thunk was Re:OpenALand DirectSound

2006-11-23 Thread Stefan Dösinger
Am Donnerstag 23 November 2006 01:16 schrieb Nick Burns: Good point in some cases we can just let get proc address pipe the func ptr directly back to the app.. But.. On Mac OSX -- the stack must be 16 byte aligned (for and lib/sys call) -- this means we need to thunk for the stack on Max OSX

Re: winmm/wineoss: Cast-qual warning fix

2006-11-23 Thread Marcus Meissner
On Thu, Nov 23, 2006 at 08:29:00PM +, Andrew Talbot wrote: Changelog: winmm/wineoss: Cast-qual warning fix. diff -urN a/dlls/winmm/wineoss/dscapture.c b/dlls/winmm/wineoss/dscapture.c --- a/dlls/winmm/wineoss/dscapture.c 2006-11-13 17:34:40.0 + +++

Re: RFC: OpenAL Winmm driver and OpenAL32.dll thunk was Re: OpenALand DirectSound

2006-11-23 Thread Stefan Dösinger
Am Mittwoch 22 November 2006 11:44 schrieb Nick Burns: Good luck And may the Sound be with you... Ok, after cleaning up the d3d mess in my tree a bit I gave your patch a try: It applied fine, found AL/al.h after creating configure with autoconf, but compilation failed in dlls/openal:

oleaut32: preliminary support for VT_DISPATCH as parameters to VarAdd (and other 2-operand operations) (RESEND)

2006-11-23 Thread Alex Villací­s Lasso
This is a preliminary patch to add support for VT_DISPATCH as parameters to VarAdd and other arithmetic operations with variants. The tests still pass in the sense that null VT_DISPATCH as issued by the tests are still rejected. I post this in the hope that it will be reviewed while I prepare