Re: [wineinstall] allow to use our computer while installing

2003-11-08 Thread Alexandre Julliard
Jérôme Bouat <[EMAIL PROTECTED]> writes: > This patch executes the compilation process with a higher nice value. > > It allows the user to do something else when he is installing Wine. Users who want that behavior can renice wineinstall themselves, we shouldn't impose that policy on everybody. -

Resend: Winsock ipx improvements

2003-11-08 Thread Roderick Colenbrander
Hi, Here are some patches which improve winsock's ipx support. Using these patches games C&C Tiberian Sun, Red Alert (v3.x) and Red Alert II work over a lan. First patches 1 and 3 add a new ipx related header. Patch 1 is the new header I made and patch 3 contains some extra structs submitted by

Janitorial: Get rid of W->A calls for metafiles

2003-11-08 Thread Vincent Béron
Not 100% about the part changing METAHEADERDISK.filename type. Can apps access it directly and barf if they find WCHAR instead of CHAR? And is the length set to 0x100 for binary compatibility? Changelog: Get rid of W->A calls for metafiles. Vincent Index: dlls/gdi/mfdrv/init.c ===

Re: PATCH: dlls/oleaut32/variant.c -- minor fix

2003-11-08 Thread Dimitrie O. Paun
On November 8, 2003 05:47 am, Gerald Pfeifer wrote: > +#if USHRT_MAX > DATE_MAX > if( uiIn > DATE_MAX ) Please find a non-#if solution. It's too minor to justify the resulting ugliness. -- Dimi.

Re: Introduction and winedbg bt problem

2003-11-08 Thread Eric Pouech
Is there any way to tell winedbg to ignore/auto pass C++ exceptions? no A+ -- Eric Pouech

RE: Introduction and winedbg bt problem

2003-11-08 Thread Kai Brüning
Rob wrote: > >Winedbg does not use imagehlp.dll at the moment - it has its own symbol >loader. It was working fine for me yesterday on my own program which uses >MSVC6 symbols. >Are you sure that you are running the program in the same directory as the >symbols? Thanks for the tip. The problem was

Zombies (was : Conformance tests...)

2003-11-08 Thread Sylvain Petreolle
> > > Also, does anyone else get orphaned zombie processes after running > > > the regression tests? (which is moderately impressive: I thought init > > > was supposed to clean these up) The execution of the attached script in dlls/ shows the only dll test which generates orphaned zombies is kern

Re: copy protection - was: Re: Is it time for playing games on WINE?

2003-11-08 Thread Raphaël Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Friday 07 November 2003 19:46, Lionel Ulmer a écrit : > On Fri, Nov 07, 2003 at 10:32:02AM +, Mike Hearn wrote: > > Lionel, could QEMU be used here? I guess the driver expects to have > > kernel level access to the machine, so we could either: >