Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Kai Blin
On Friday 14 September 2007 12:09:25 Christian Mahnke wrote: > The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? What version of the SDK is that? It's not in the one I currently have installed. Arguably, my versio

Re: make crosstest is missing -lcabinet

2007-09-17 Thread John Klehm
On 9/17/07, Pedro Araújo <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trying to cross-compile the Wine tests, but I keep getting this > error: > > $ ./configure && make crosstest > [SNIP] > i586-mingw32msvc-gcc advpack.cross.o files.cross.o install.cross.o > testlist.cross.o -o advpack_crosst

Re: fix for bug 9665

2007-09-17 Thread Stefan Dösinger
Am Montag, 17. September 2007 20:45:04 schrieb Martin: I doubt this fix is correct, as explained in bug 9665 a few minutes ago. It should fail the d3d test too signature.asc Description: This is a digitally signed message part.

Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Juan Lang
> The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? Is this SIOCATMARK? --Juan

Re: fix for bug 9665

2007-09-17 Thread James Hawkins
On 9/17/07, Martin <[EMAIL PROTECTED]> wrote: > > > 2007-09-17 Martin Sand <[EMAIL PROTECTED]> > > * dlls/ddraw/direct3d.c: > ddraw: fixes a bug which prevents Kings Quest 8 from starting(bug > 9665) > A good changelog entry details what you changed, not what apps are fixed by a

Re: Problem with TCP Option 0x00000008

2007-09-17 Thread Kai Blin
On Friday 14 September 2007 12:09:25 Christian Mahnke wrote: > The TCP Option 0x0008 is defined as TCP_ATMARK in ws2_ipdef.h in > the Windows SDK. Does anyone know how this should be mapped ? Hm, I'll need to dig a bit, I guess. I've just returned from my vacation, so I'll need some time to

Re: fix for bug 9665

2007-09-17 Thread Robert Shearman
James Hawkins wrote: > On 9/17/07, Martin <[EMAIL PROTECTED]> wrote: > >> 2007-09-17 Martin Sand <[EMAIL PROTECTED]> >> >> * dlls/ddraw/direct3d.c: >> ddraw: fixes a bug which prevents Kings Quest 8 from starting(bug >> 9665) >> >> > > A good changelog entry details what y

[AppDB] Bug: Let objectManager delete bug links

2007-09-17 Thread Alexander Nicolaysen Sørnes
Bug: Let objectManager delete bug links Regards, Alexander N. Sørnes From 7e026d214f4ba5451aab756af78e776fdcc0cb84 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Alexander_Nicolaysen_S=C3=B8rnes?= <[EMAIL PROTECTED]> Date: Mon, 17 Sep 2007 20:41:47 +0200 Subject: [PATCH] bug: Let objectManager delete

make crosstest is missing -lcabinet

2007-09-17 Thread Pedro Araújo
Hi all, I've been trying to cross-compile the Wine tests, but I keep getting this error: $ ./configure && make crosstest [SNIP] i586-mingw32msvc-gcc advpack.cross.o files.cross.o install.cross.o testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32 -lkernel32 /usr/lib/gcc/i586-m

Re: [PATCH 2/7] gdi: Implement BiDi classification of characters

2007-09-17 Thread Reece Dunn
On 15/09/2007, Jesse Allen <[EMAIL PROTECTED]> wrote: > On 9/15/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Am Samstag, 15. September 2007 18:11:43 schrieb Maarten Lankhorst: > > > Steven Edwards schreef: > > > > Its not all of your files only some come through with junk letters > > > > like

compile wine from sources - strange messages

2007-09-17 Thread Andrey Gavrilin
Hello. I wish to compile wine from sources. Has received such message. The distribution: Ubuntu 7.04. What headers files does not suffice? PS I used the program the translator from Russian to English. configure: WARNING: jack/jack.h: present but cannot be compiled configure: WARNING: jack/jack.h

Re: [PATCH 2/7] gdi: Implement BiDi classification of characters

2007-09-17 Thread Reece Dunn
On 16/09/2007, Steven Edwards <[EMAIL PROTECTED]> wrote: > On 9/16/07, Reece Dunn <[EMAIL PROTECTED]> wrote: > > Do you want to file a bug report with Google, or should I do it? > > Please file it. Done. http://groups.google.com/group/google-mail-problem-solving-uk/browse_thread/thread/e2a978936b

[OT] Re: [PATCH 2/7] gdi: Implement BiDi classification of characters

2007-09-17 Thread Kari Hurtta
"Jesse Allen" <[EMAIL PROTECTED]> writes in gmane.comp.emulators.wine.devel: > On 9/15/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Am Samstag, 15. September 2007 18:11:43 schrieb Maarten Lankhorst: > > > Steven Edwards schreef: > > > > Its not all of your files only some come through with j

Re: user32: better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs [resend]

2007-09-17 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > Is there something wrong with this patch? > From 50eacd2465df53e5cfc15458ff5ab80f0cc07e7e Mon Sep 17 00:00:00 2001 > From: Mikolaj Zalewski <[EMAIL PROTECTED]> > Date: Mon, 10 Sep 2007 14:03:49 -0700 > Subject: [PATCH] user32: better fix how to hand

Re: An enumeration of network resources

2007-09-17 Thread Juan Lang
Hi Konstantin, > The information about loaded dll is absent in the wine registry. Whether it > means, what there are no preparations of DLL's for work with a network > (similar ntlanman.dll in Windows)? That's correct, this hasn't been implemented in Wine yet. Regards, --Juan

Re: msi(1/3): Don't crash if rec is NULL

2007-09-17 Thread Juan Lang
> The public APIs check for bad records and return ERROR_INVALID_HANDLE, > so they will never send in a NULL rec. Something internally is > sending in a NULL rec, and that needs to be fixed. On the contrary, the record is not NULL, it has 0 parameters. I've resent in the fix with a test showing

Re: old dos/windows program crashing

2007-09-17 Thread Kuba Ober
On Monday 17 September 2007, you wrote: > On Monday 17 September 2007 15:10:39 Kuba Ober wrote: > > > I obviously tried WINE then, but it didn't work, > > > however, dosbox works with it (though slow, obviously) > > > > Wine will not be any faster. Dosbox doesn't emulate the CPU (at least > > when

Re: old dos/windows program crashing

2007-09-17 Thread Alexander Nicolaysen Soernes
On Monday 17 September 2007 15:10:39 Kuba Ober wrote: > > I obviously tried WINE then, but it didn't work, > > however, dosbox works with it (though slow, obviously) > > Wine will not be any faster. Dosbox doesn't emulate the CPU (at least when > run on x86 machines), it's your old good VM environm

Re: old dos/windows program crashing

2007-09-17 Thread Kuba Ober
> I obviously tried WINE then, but it didn't work, > however, dosbox works with it (though slow, obviously) Wine will not be any faster. Dosbox doesn't emulate the CPU (at least when run on x86 machines), it's your old good VM environment, just like if you ran DOS under win9x. Cheers, Kuba

Re: old dos/windows program crashing

2007-09-17 Thread Kuba Ober
> I have a program, that I got like ages ago. It > effectively is an atari emulator for dos, by the name > "pacifist", but I originally got it installed under > windows ME. It has an old atari-basic program > "installed" in it, (a simple game) written by a friend > in it, which I wanted to play. >