DirectX 7

2006-04-08 Thread Dimi Paun
Hi folks, I am not up-to-date with the latest DirectX news, can someone please tell me if we have any support for DirectX 7? I have a screensaver (Marine Aquarium) that I would like to run, but it requires DirectX 7. Is there any trick to get it to run? Thanks! -- Dimi Paun <[EMAIL PROTECTED]

more Recommended Packages for Debian

2006-04-08 Thread Corey McClymonds
Hi, For the recommended packages wiki page, there are a couple of packages that aren't included in that: libicu34-dev libssl-dev giflib3g-dev libxxf86vm-dev libxxf86dga-dev. Relatedly, I can't compile, because I get an error about openGL: checking for glXCreateContext in -lGL... no configure: er

Re: Repeatable BadAtom, valgrind errors; find in notepad broken

2006-04-08 Thread Dan Kegel
On 4/8/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > > Well, I switched to Dapper Drake Flight 6, but the X > > errors persist. I can reproduce them trivially tonight on > > my laptop by hitting Find in wine's Notepad > > Simpler way to reproduce: run the clipboard test. I think my BadAtom errors ar

Re: Winecfg - ESPERANTO Language Support

2006-04-08 Thread Alexandre Julliard
f_sophia <[EMAIL PROTECTED]> writes: > Hi WINE-Folks... > > Change Log. > autor: Antonio Codazzi > e-mail: [EMAIL PROTECTED] > Content: > /programs/winecfg/Eo.rc (Esperanto Language) > New language support Several of your patches don't compile. Please make sure to test against the current tree be

Re: dlls/d3d9/volume.c regression

2006-04-08 Thread Stefan Dösinger
Hi, > has one, and only one, effect as far as I can tell: it adds a new > compiler warning > > volume.c: In function 'IDirect3DVolume9Impl_LockBox': > volume.c:175: warning: passing argument 2 of > 'This->wineD3DVolume->lpVtbl->LockBox' from incompatible pointer type > > both on SUSE Linux

Re: Repeatable BadAtom, valgrind errors; find in notepad broken

2006-04-08 Thread Dan Kegel
On 4/7/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > Well, I switched to Dapper Drake Flight 6, but the X > errors persist. I can reproduce them trivially tonight on > my laptop by hitting Find in wine's Notepad Simpler way to reproduce: run the clipboard test. ~/wine/dlls/user/tests$ ~/wine/wine u

Coverity first-day results

2006-04-08 Thread Mike Hearn
Last nights run eliminated 31 defects as flagged by the scanner and added a new REVERSE_INULL in dlls/secur32/tests/main.c. We're now down from 833 to 803. That file hasn't changed since February so it appears the scanner is either still working its way through the code or Coverity are adapting it

dlls/d3d9/volume.c regression

2006-04-08 Thread Gerald Pfeifer
The following patch revision 1.20 date: 2006-04-07 15:06:58 +0200; author: julliard; state: Exp; lines: +1 -1 Stefan Dösinger <[EMAIL PROTECTED]> wined3d: Add WINED3DBOX to wined3d_types.h. has one, and only one, effect as far as I can tell: it adds a new compiler warning volume.c:

Re: [coverity] fix dereferencing a potential NULL pointer.

2006-04-08 Thread Rein Klazes
On Sat, 08 Apr 2006 08:44:24 -0400, you wrote: >On Sat, 2006-04-08 at 12:48 +0200, Rein Klazes wrote: >> dlls/user : menu.c >> Fix dereferencing a potential NULL pointer. > >This patch seems to be doing more than avoiding a NULL dereference. That should not be. You may be confused because t

wine-patches archive attachments have strange mime type?

2006-04-08 Thread Dan Kegel
When I'm looking at the wine-patches archives, e.g. at http://winehq.org/pipermail/wine-patches/2006-April/025521.html and the patch is an attachment, the archive's link to the attachment, e.g. http://www.winehq.org/pipermail/wine-patches/attachments/2006040

Re: Dogfood gone runny: fonts awful in firefox

2006-04-08 Thread Huw D M Davies
On Fri, Apr 07, 2006 at 08:23:30PM -0700, Dan Kegel wrote: > On 4/7/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > > Seems like the recent font patches have > > caused trouble in both Firefox. > > In Firefox, I have to install corefonts for > > text to be legible at all lately. > > Is this expected? >

Re: Coverity doing scans of Wine codebase!

2006-04-08 Thread James Hawkins
On 4/7/06, Colin Wright <[EMAIL PROTECTED]> wrote: > > #include > int main(void) > { >short int i; >unsigned short int j; >j = 65534; >i = j + 1; >printf("The result is %d\n", i); >return 0; > } > Thanks for the info, but I know C base types limits. If you'll take a look

Re: [coverity] fix dereferencing a potential NULL pointer.

2006-04-08 Thread Dimi Paun
On Sat, 2006-04-08 at 12:48 +0200, Rein Klazes wrote: > dlls/user : menu.c > Fix dereferencing a potential NULL pointer. This patch seems to be doing more than avoiding a NULL dereference. Also, can you also mention which pointer can be NULL? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Coverity doing scans of Wine codebase!

2006-04-08 Thread Colin Wright
James Hawkins wrote: On 4/7/06, Robert Shearman <[EMAIL PROTECTED]> wrote: strlen returns a value of type size_t, which is an unsigned value, so this is always going to be positive. But strlenW returns an int. I think this is the thing that Coverity is picking up on. strlenW from include

Re: Makefile.in: Fix broken ctags/etags-targets

2006-04-08 Thread Detlef Riekenberg
Am Freitag, den 07.04.2006, 12:02 +0200 schrieb Alexandre Julliard: > > [EMAIL PROTECTED]:~/wine.cvs/bin$ etags --version > > Exuberant Ctags 5.5.4, Copyright (C) 1996-2003 Darren Hiebert > > Compiled: Aug 13 2004, 05:14:24 > > Addresses: <[EMAIL PROTECTED]>, > > http://ctags.sourceforge.net >

Re: PATCH: makedep warning

2006-04-08 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > glibc 2.4 + FS=2 makes it warn on ftruncate result > handling. The result cannot be -1 actually, but > check for it anyway. > > Ciao, Marcus > > Changelog: > Check result of ftruncate(). Please don't do that, it's useless. -- Alexandre Julliar