Re: TransGaming's dpnet (DirectPlay 8)

2007-12-01 Thread Gavriel State
Kai Blin wrote: Sorry about that - looks like I hadn't in fact updated my git tree quite properly. Also, I left out a header file I think. Try this patch instead. There's no copyright statement or license indicated on the new header file. I assume that's going to be LGPL v2

Re: xdg_user_dirs patches

2007-12-01 Thread Steven Edwards
On Dec 1, 2007 8:08 PM, Francois Gouget <[EMAIL PROTECTED]> wrote: > Great. Now KDE and Gnome will have a PE loader and windows resource > parser. Plus when the .lnk points to a document they may have to load > the Windows registry to see what icon Windows associated with that > document, especiall

Re: xdg_user_dirs patches

2007-12-01 Thread Francois Gouget
On Sat, 1 Dec 2007, Steven Edwards wrote: [...] > I think teaching them about .lnk files is a better solution. It should not be > to hard to have a mime type of *.lnk that invokes Wine and passes the > shortcut to the link processor. Really all GNOME & KDE need to do > with *.lnk files is have the

Re: user32: Add a FIXME for animated cursors. [try 2]

2007-12-01 Thread Chris Wulff
There was a patch not all that long ago that actually implemented animated cursors that I have been using. Does anybody know why it wasn't accepted? It seems to work pretty well anyway. (I attached it for reference, but it was submitted on 9/4/2007 by Trent Waddington.) On Sat, 2007-12-01 at 13:3

Re: WineD3D: Implement detection of ATI cards with Mesa DRI drivers [try 4] (resend)

2007-12-01 Thread Roderick Colenbrander
> Hello. > > Some time ago I have sent this patch, but it didn't get accepted. I wonder > what is the final word on it. > Was it simply lost, or is not yet satisfactory for inclusion in some way. > > > Thanks. > I think I gave a reply on it. I can't easily search it back now but it should be

'Make test' fails for cabinet.dll

2007-12-01 Thread Roy Decoutere
Hello, I'm relatively new to Wine and would like to start contributing. So running 'make test' on my systems seemed like a good beginning. I have a desktop and a laptop, both running Gentoo with X/fluxbox and a very similar setup. On the laptop the tests for cabinet.dll succeed, but on the desktop

Re: xdg_user_dirs patches

2007-12-01 Thread Steven Edwards
On Nov 30, 2007 3:50 PM, Frank Richter <[EMAIL PROTECTED]> wrote: > On 30.11.2007 18:50, Dimi Paun wrote: > > I guess the preferred solution would be to teach GNOME & KDE > > about .lnk files. > > Or write .desktop files to the Desktop dir. I agree with Juan having multiple "Desktop" directories d

Re: Error while compiling the wine-0.9.49 in RedHat Linux

2007-12-01 Thread James McKenzie
manish jaiswal wrote: > While compiling the wine-0.9.49 I am getting these error. > Please help me to resolve these error's. > > winegcc: gcc failed > make[2]: *** [winex11.drv.so] Error 2 > make[2]: Leaving directory > `/home/manish/Desktop/Download/wine-0.9.49/dlls/winex11.drv' > make[1]: *** [wi

Re: ntdll: unload modules based on inter-module dependencies

2007-12-01 Thread Lei Zhang
On Nov 30, 2007 10:06 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > This patch seems to break wineprefixcreate. > > > I sent an updated version of the patch that fixes the crash with wineprefixcreate. Now process_detach() would only follow the dependencies when it is called from LdrShutdownProcess().

Re: Error while compiling the wine-0.9.49 in RedHat Linux

2007-12-01 Thread Vijay Kiran Kamuju
If you could raise a bug in bugzilla, we could discuss it there. And please attach the config.log to the bugzilla entry. -- VJ On Dec 1, 2007 10:38 AM, manish jaiswal <[EMAIL PROTECTED]> wrote: > > While compiling the wine-0.9.49 I am getting these error. > Please help me to resolve these error's

[no subject]

2007-12-01 Thread Darragh Bailey
Cc: Bcc: Subject: Re: xlviewer install cmdline passed from CreateProcessA to msiexec looks wrong Reply-To: In-Reply-To: <[EMAIL PROTECTED]> After doing further debugging I've come to the conclusion that the behaviour found when I was looking at bug 9628 is indeed a bug and have logged a new on

Error while compiling the wine-0.9.49 in RedHat Linux

2007-12-01 Thread manish jaiswal
While compiling the wine-0.9.49 I am getting these error. Please help me to resolve these error's. winegcc: gcc failed make[2]: *** [winex11.drv.so] Error 2 make[2]: Leaving directory `/home/manish/Desktop/Download/wine-0.9.49/dlls/winex11.drv' make[1]: *** [winex11.drv] Error 2 make[1]: Leaving

dlls/wintab32/context.c -- simpflication and HEADS UP!

2007-12-01 Thread Gerald Pfeifer
This change of mine is obvious since InExt and OutExt are DWORD, thus unsigned, and thus always greater or equal zero so my patch should be fine in any case. However, looking at the else-part of the if-statement, I have some doubts this is working as designed, and in general the abs() invocations

Re: wininet: Add test for FtpGetCurrentDirectoryA

2007-12-01 Thread Zac Brown
James Hawkins wrote: > On Nov 30, 2007 3:47 PM, Zac Brown <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Changelog: >> * Add a test in dlls/wininet/tests/ftp.c for FtpGetCurrentDirectoryA >> >> Notes: >> * This test passes fully without error on Windows XP, with the test compiled >> by Visual Studio Expr