Re: Regression in patch wined3d: Implement D3DSIO_MOVA in ARB backend.

2006-10-30 Thread Ivan Gyurdiev
Mirek wrote: Ok, i just found why is it not working with this patch, and why is it working without this patch. It is based on position of definition MOVA in vertexshader.c, if MOVA is on after patch position it is not working, but if i move line {WINED3DSIO_MOVA, mova, NULL, 1, 2,

Re: Regression in patch wined3d: Implement D3DSIO_MOVAin ARB backend.

2006-10-30 Thread Aric Cyr
Ivan Gyurdiev ivg231 at gmail.com writes: that's because Jason seems to have introduced order requirements on the table that weren't previously there. The mnxn implementation will attempt to access the table as an array, which will break once MOVA is moved before DP3: glsl_shader.c:

Re: [PATCH 5/5] quartzdrv: Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-30 Thread Pierre d'Herbemont
On 26 oct. 06, at 12:47, Alexandre Julliard wrote: I don't think polling is an acceptable way to wait for events. You really need to get a file descriptor or some other handle that you can wait on. I am sure it isn't. But I am not sure of the proper solution. I have two ideas: 1) Change

Checking, if a program is running under WINE

2006-10-30 Thread Gero Zink
Hi Is there a short way for my windows application to check, if it is running under WINE or under Windows? This should also run in future; no hack. Thanks Gero -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Re: Checking, if a program is running under WINE

2006-10-30 Thread Marcus Meissner
On Mon, Oct 30, 2006 at 03:33:08PM +0100, Gero Zink wrote: Hi Is there a short way for my windows application to check, if it is running under WINE or under Windows? This should also run in future; no hack. Thanks In general we try to fix any kind of difference between Wine and Windows, so

uploading files to the wikie

2006-10-30 Thread James Hawkins
Hey, Do we have the ability to upload files to our Wiki? -- James Hawkins

Re: REGRESSION: 0.9.24 crashes on regsvr32 msvbvm60.dll, temporary workaround attached

2006-10-30 Thread Frank Richter
On 29.10.2006 02:54, [EMAIL PROTECTED] wrote: Apparently, 0x2000 as a flag in FKCCIC indicates that pFuncRec-OptAttr[2] is a pointer to some string. If what little understanding I have of typelib loading is correct, these typelibs are read from DLL resources on disk. Therefore, I fail to grasp

Re: uploading files to the wikie

2006-10-30 Thread Dimi Paun
On Mon, October 30, 2006 2:25 pm, James Hawkins wrote: Do we have the ability to upload files to our Wiki? Yes, you do. Avoid uploading GBs of data though :) -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: [secur32] Remove test that crashes on Win2k

2006-10-30 Thread James Hawkins
On 10/30/06, Paul Vriens [EMAIL PROTECTED] wrote: Hi, makes sure the other tests are run. Changelog Remove test that crashes on Win2k Cheers, Paul. --- dlls/secur32/tests/schannel.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/secur32/tests/schannel.c

Re: [secur32] Remove test that crashes on Win2k

2006-10-30 Thread Paul Vriens
On Mon, 2006-10-30 at 23:44 -0800, James Hawkins wrote: On 10/30/06, Paul Vriens [EMAIL PROTECTED] wrote: Hi, makes sure the other tests are run. Changelog Remove test that crashes on Win2k Cheers, Paul. --- dlls/secur32/tests/schannel.c |2 ++ 1 files changed,

Re: [secur32] Remove test that crashes on Win2k

2006-10-30 Thread Mike McCormack
James Hawkins wrote: +/* Crashes on Win2K st = pAcquireCredentialsHandleA(NULL, unisp_name_a, 0, NULL, NULL, NULL, NULL, NULL, NULL); ok(st == SEC_E_NO_CREDENTIALS, Expected SEC_E_NO_CREDENTIALS, got %08x\n, st); + */ Please use #if 0/#endif to comment out

Re: [secur32] Remove test that crashes on Win2k

2006-10-30 Thread James Hawkins
On 10/30/06, Paul Vriens [EMAIL PROTECTED] wrote: On Mon, 2006-10-30 at 23:44 -0800, James Hawkins wrote: On 10/30/06, Paul Vriens [EMAIL PROTECTED] wrote: Hi, makes sure the other tests are run. Changelog Remove test that crashes on Win2k Cheers, Paul. ---