Re: Assembly problem with glu library

2005-07-04 Thread Robert Lunnon
On Monday 04 July 2005 04:14, Alexandre Julliard wrote: Robert Lunnon [EMAIL PROTECTED] writes: They probably will. There are two cases that need to be catered for on a runtime Solaris / OpenSolariss system, gcc linked with solaris as (Sunfreeware / GCC Default config ) and gcc linked with

ie6setup still failing

2005-07-04 Thread Robert Lunnon
ie6setup is still failing to run to completion on my system even after upgrading my OGL to the nvidia one. OGL initialization in ddraw is still my prime suspect as per my last note on the matter. Can anyone say whether internet explorer setup (via sidenet) runs OK under linux since this

Re: [x11drv] d3d stencil support

2005-07-04 Thread Adam D. Moss
Hi! Oliver Stieber wrote: +if (visual == NULL) { +/* fallback to a 1 bit stencil (opengl states that at least 1 bit of stencil must be provided for on of the available configurations) */ +WARN(Failed to get a visual with at least 8 bits of stencil\n); +int dblBuf2[]

Re: [x11drv] d3d stencil support

2005-07-04 Thread Frank Richter
On 04.07.2005 02:21, Oliver Stieber wrote: Hi, This patch makes sure that the OpenGL visual created for a window has a stencil buffer. This is a requirement for stencil buffer support in d3d. Hm, isn't it possible that on some pathetic hardware or when lower color depths are used (e.g. 16bpp)

Re: [x11drv] d3d stencil support

2005-07-04 Thread Oliver Stieber
--- Frank Richter [EMAIL PROTECTED] wrote: On 04.07.2005 02:21, Oliver Stieber wrote: Hi, This patch makes sure that the OpenGL visual created for a window has a stencil buffer. This is a requirement for stencil buffer support in d3d. Hm, isn't it possible that on some pathetic

Re: [x11drv] d3d stencil support

2005-07-04 Thread Oliver Stieber
--- Adam D. Moss [EMAIL PROTECTED] wrote: Hi! Oliver Stieber wrote: +if (visual == NULL) { +/* fallback to a 1 bit stencil (opengl states that at least 1 bit of stencil must be provided for on of the available configurations) */ +WARN(Failed to get a visual with at

Re: Re[2]: [ntdll] load all dll sections no matter what attributes say

2005-07-04 Thread Kuba Ober
I have found a dll that have one section marked as IMAGE_SCN_CNT_UNINITIALIZED_DATA. But dll_init entry is jumping right to the beginning of this section. Which results in immediate segfault. So native mast be loading this section or this program wouldn't ever run. As an alternative

Re: [x11drv] d3d stencil support

2005-07-04 Thread Jakob Eriksson
Adam D. Moss wrote: Hi! Oliver Stieber wrote: +if (visual == NULL) { +/* fallback to a 1 bit stencil (opengl states that at least 1 bit of stencil must be provided for on of the available configurations) */ +WARN(Failed to get a visual with at least 8 bits of

Re: Running Palm Desktop

2005-07-04 Thread James Liggett
I haven't installed anything, not even IE, because that won't install (it hangs at around 80%, looking into it). But I did get Windows installer to work, and Palm Desktop installer comes up, but it complains about missing IE. So now I'm back at square one. James On Sun, 2005-07-03 at 23:30

Re: [x11drv] d3d stencil support

2005-07-04 Thread Adam D. Moss
Oliver Stieber wrote: The fallback is there because 1 bit stencil is the minimum required by the opengl specification, so it is possible that somewhere there is a driver that only supports 1 bit stencil. I understood that, I was simply saying that I don't think there's ever been a consumer

Re: [x11drv] d3d stencil support

2005-07-04 Thread Oliver Stieber
--- Adam D. Moss [EMAIL PROTECTED] wrote: Oliver Stieber wrote: The fallback is there because 1 bit stencil is the minimum required by the opengl specification, so it is possible that somewhere there is a driver that only supports 1 bit stencil. I understood that, I was simply

Re: Running Palm Desktop

2005-07-04 Thread James Liggett
Hi Stefan, I've got good news. I got Palm Desktop to install. :) All you need to do is setup IE first, with the instructions you gave me. Then, some dirty work: 1. Install native Windows Installer manually. To do this, install dcom98 first. Then run instmsia.exe. The install will complain, but

Re: Failure in gdi/tests/metafile.c

2005-07-04 Thread Robert Shearman
Uwe Bonnes wrote: Hallo, ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so metafile.c failes like: metafile.c:457: Test failed: (0,0)-(10,10), expected (0,0)-(18,67) metafile.c:457: Test failed: (0,0)-(10,10), expected (0,0)-(18,67) Some discussion on

Re: PATCH: olepicture without libgif/libjpeg

2005-07-04 Thread Robert Shearman
Marcus Meissner wrote: Hi, some confused users compile WINE without libgif or libjpeg support. Make sure the testcase works without this compiled in. Here is my opinion: the test cases running in Wine are designed to make sure that any program that uses the same code paths in the tested

Re: OLE32: fix gcc 4.0 -Wpointer-sign warnings

2005-07-04 Thread Robert Shearman
Mike McCormack wrote: ChangeLog: * fix gcc 4.0 -Wpointer-sign warnings Index: dlls/ole32/antimoniker.c === RCS file:

[AppDB] and [Bugzilla] Integration

2005-07-04 Thread Tony Lambregts
I think it's safe to say that the Appdb has come a long way and that it is continually improving. I have been working on better integration with Bugzilla (on and off) now for quite a while and I am closer to getting out something but it would really help me if I could have a copy of the

Re: OLE32/compobj: gcc 4.0 -Wpointer-sign fixes

2005-07-04 Thread Robert Shearman
Mike McCormack wrote: Index: dlls/ole32/compobj.c === RCS file: /home/wine/wine/dlls/ole32/compobj.c,v retrieving revision 1.154 diff -u -p -r1.154 compobj.c --- dlls/ole32/compobj.c20 Jun 2005 14:18:04 - 1.154 +++

Re: OLE32: fix gcc 4.0 -Wpointer-sign warnings

2005-07-04 Thread Mike McCormack
Robert Shearman wrote: -ULONG ref; /* reference counter for this object */ +LONG ref; /* reference counter for this object */ IUnknown_AddRef and IUnknown_Release both return ULONGs so it looks like you are just moving the problem elsewhere. I think you should be casting the

Re: OLE32/compobj: gcc 4.0 -Wpointer-sign fixes

2005-07-04 Thread Mike McCormack
Robert Shearman wrote: I don't think there is any need to split the function into two as you can just use 'idstr' directly, instead of 's'. Also, note that this function will soon be converted into using WCHARs, but I don't think that should change anything. One part of the function

Re: PATCH: olepicture without libgif/libjpeg

2005-07-04 Thread Vincent Béron
Le lun 04/07/2005 à 21:24, Robert Shearman a écrit : Marcus Meissner wrote: Hi, some confused users compile WINE without libgif or libjpeg support. Make sure the testcase works without this compiled in. Here is my opinion: the test cases running in Wine are designed to make sure

Re: Failure in gdi/tests/metafile.c

2005-07-04 Thread Felix Nawothnig
Robert Shearman wrote: I wrote the test, but I'm beginning to wish I hadn't. The failures are either one of two things: differences in when the transforms are updated in Win9x mode or possibly because it is too sensitive to the DPI of the screen. It's definitly not caused by differing DPIs

Half-Life 2 / Counter-Strike: Source under Wine

2005-07-04 Thread James Liggett
Hi, Out of curiosity, has anyone successfully been able to play HL2 or CS:S under wine? Today I finally worked out the kinks getting the original HL to work, and I know some people have been playing around with this stuff. Currently, HL2 and CS:S freeze over on startup. Has anyone even gotten it