Re: Wine release 1.1.9

2008-11-21 Thread Francois Gouget
On Fri, 21 Nov 2008, Alexandre Julliard wrote: > The Wine development release 1.1.9 is now available. > > What's new in this release (see below for details): > - A large number of regression test fixes. Actually it's not regression tests, and it's not regression fixes. It's conformance test

Re: LPD3DXMESH

2008-11-21 Thread James Hawkins
On Fri, Nov 21, 2008 at 4:54 PM, Krzysztof Drewniak <[EMAIL PROTECTED]> wrote: > What header is > > LPD3DXMESH supposed to be declared in? > http://letmegooglethatforyou.com/?q=LPD3DXMESH -- James Hawkins

LPD3DXMESH

2008-11-21 Thread Krzysztof Drewniak
What header is LPD3DXMESH supposed to be declared in? Krzys D.

Re: [RFC/RFH] winmm:wave hang fix question (commit 717df5b2972b3cb998ca5a43279ae2283b117eaa) [bug 15559]

2008-11-21 Thread Reece Dunn
2008/11/21 Chris Robinson <[EMAIL PROTECTED]>: > On Friday 21 November 2008 10:26:19 am Reece Dunn wrote: >> I want to submit the following patch to revert the part of the patch >> that caused the regression and fix some of the tracing. I have been >> using this patch on Cepstral SwiftTalker withou

Re: Regarding ./configure file

2008-11-21 Thread Juan Lang
> Isn't all the configuration done via ./tools/make_makefiles ? No, not all. > I thought that if you want to add anything to wine you: > > 1 - simply add it to git > 2 - ./tools/make_makefiles > 3 - autoconf > 4 - ./configure > 5 - make depend && make > > Is this wrong? Yes. On occasion we need

Re: [RFC/RFH] winmm:wave hang fix question (commit 717df5b2972b3cb998ca5a43279ae2283b117eaa) [bug 15559]

2008-11-21 Thread Chris Robinson
On Friday 21 November 2008 10:26:19 am Reece Dunn wrote: > I want to submit the following patch to revert the part of the patch > that caused the regression and fix some of the tracing. I have been > using this patch on Cepstral SwiftTalker without issue and have tested > it also with the game Azgu

Re: Regarding ./configure file

2008-11-21 Thread Andrew Fenn
Isn't all the configuration done via ./tools/make_makefiles ? I thought that if you want to add anything to wine you: 1 - simply add it to git 2 - ./tools/make_makefiles 3 - autoconf 4 - ./configure 5 - make depend && make Is this wrong? On Sat, Nov 22, 2008 at 1:33 AM, Francois Gouget <[EMAIL P

Re: Regarding ./configure file

2008-11-21 Thread Francois Gouget
On Wed, 19 Nov 2008, Massimo Del Fedele wrote: > I've looked into configure and configure.ac and I've seen that configure > is quite more recent than configure.ac and it seems to have been > changed manually. Am I wrong ? Yes. configure is really not a file that anyone would want to modify

[RFC/RFH] winmm:wave hang fix question (commit 717df5b2972b3cb998ca5a43279ae2283b117eaa) [bug 15559]

2008-11-21 Thread Reece Dunn
Hi, Looking at the history of that test (http://test.winehq.org/data/tests/winmm:wave.html) I see a lot of timeout errors on the Wine builds, even after this fix went in. The fix itself has caused a regression of playback in many applications and games that play audio (http://bugs.winehq.org/sho

Re: urlmon #6: Added more policy tests.

2008-11-21 Thread Jacek Caban
Paul Vriens wrote: > > So how should we proceed fixing/changing this test? > Unfortunately I don't have win2k3 to test it myself. My guess is that one of polices we test is a special case (URLACTION_ACTIVEX_OVERRIDE_OBJECT_SAFETY looks like a good candidate), so we could change it to test other

Re: [4/5] wined3d: Use IDL to generate wined3d_interface.h.

2008-11-21 Thread Henri Verbeet
2008/11/21 Rob Shearman <[EMAIL PROTECTED]>: > 2008/11/21 Henri Verbeet <[EMAIL PROTECTED]>: >> +cpp_quote("#if 0") >> +import "wined3d_types.idl"; >> +import "wined3d_caps.idl"; > ... >> +cpp_quote("#endif") >> + >> +cpp_quote("#include \"wine/wined3d_types.h\"") >> +cpp_quote("#include \"wine/win

Re: [3/5] wined3d: Use IDL to generate wined3d_caps.h.

2008-11-21 Thread Rob Shearman
2008/11/21 Henri Verbeet <[EMAIL PROTECTED]>: > +cpp_quote("#if 0") > +import "wined3d_types.idl"; > +cpp_quote("#endif") This won't work either, for the same reason as I mentioned for the 4/5 patch. -- Rob Shearman

Re: [4/5] wined3d: Use IDL to generate wined3d_interface.h.

2008-11-21 Thread Rob Shearman
2008/11/21 Henri Verbeet <[EMAIL PROTECTED]>: > +cpp_quote("#if 0") > +import "wined3d_types.idl"; > +import "wined3d_caps.idl"; ... > +cpp_quote("#endif") > + > +cpp_quote("#include \"wine/wined3d_types.h\"") > +cpp_quote("#include \"wine/wined3d_caps.h\"") You can't do this. It won't work in MID

re: Add wtmpnam to msvcrt.dll

2008-11-21 Thread Dan Kegel
Hi Tim, welcome to Wine! > A diff (relative to wine-1.1.8/dlls/msvcrt/file.c) is attached. Whoops, you attached the undiffed file! > I did not even get as far as successfully building it to test it Ah. Such patches usually get attached to bug reports in bugzilla or sent to wine-devel. wine-pa

Re: dead stores in advapi32

2008-11-21 Thread Rob Shearman
2008/11/20 ricardo filipe <[EMAIL PROTECTED]>: > hi rob. Hi Ricardo, > i have some dead stores in advapi32 files that i would like to clarify. > first, what do you want to do on lines 173 and 194 of cred.c? Line 173 is: ret = RegQueryValueExW(hkey, wszUserNameValue, 0, &type, (LPVOID)cre

Disable regression tests option now available in git!

2008-11-21 Thread Austin English
For those of you that don't monitor wine-commit, Alexandre committed a patch today to disable building the regression tests: http://source.winehq.org/git/wine.git/?a=commitdiff;h=35078f4b57523d4afe00d01da9afb9cbe2c37dba So the manual PITA patching is no longer necessary. I've updated the Regressi