Re: xcopy support try 1...

2007-02-22 Thread Nick Law
Can somebody update the latest version number in AppDB to 0.9.31 Thanks Nick

Re: xcopy support try 1...

2007-02-22 Thread Detlef Riekenberg
On Do, 2007-02-22 at 21:52 +, Ann & Jason Edmeades wrote: > Firstly, I am not sure I have included everything correctly to define a new > directory in the build tree, With git, you only need to add all the new files to the Index ("git-update-index --add programs/xcopy/Makefile.in" as Example)

Re: ntdll: implement NtAllocateLocallyUniqueId with server call

2007-02-22 Thread Robert Shearman
Juan Lang wrote: This introduces a warning in trace.c about dump_luid being undeclared. trace.c seems to be at least partially generated, so I wasn't sure about sending a patch for it. Let me know how I should handle that and I'll fix it up. Hi Juan, dump_luid needs to be in trace.c. As y

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Detlef Riekenberg
On Mi, 2007-02-21 at 20:31 +0100, Pavel Troller wrote: > Where is SetWindowPos located ? You can find a function with "findfunc" [EMAIL PROTECTED]:~/wine.cvs/src$ tools/findfunc SetWindowPos dlls/user32/winpos.c:BOOL WINAPI SetWindowPos( and also dlls/winex11.drv/winpos.c:BOOL X11DRV_SetWin

Re: wine.inf: Update the timezone information.

2007-02-22 Thread Francois Gouget
Uwe Bonnes wrote: [...] How do internaltional version of Windows get the localized names of the pletora of timezones? Apparently the registry keys and values themselves are translated, at least in NT4. That does not seem scalable at all so I don't know if that's still the approach they use.

Re: How complete will Wine ever be for older apps?

2007-02-22 Thread Juan Lang
> I'm just trying to build up a picture in my head of whether there > will come a day when Wine users can pick an app designed for a > previous generation of Windows and expect it to work flawlessly > (ignoring things that try to manipulate the hardware directly, I > suppose)? Or will there always

Re: WineConf 2007 Fundraiser proposal

2007-02-22 Thread Tom Wickline
On 2/21/07, Tom Wickline <[EMAIL PROTECTED]> wrote: Comments and suggestions are at this time highly suggested! We could have a small WPF "Guidelines" and spell out what we intend to spend any raised funds on/for.. Trying to answer the tough questions at hand! Here is a rough suggestion, plea

Re: [DSOUND] Implement a locking mechanism

2007-02-22 Thread M.B. Lankhorst
Robert Reif wrote: You shouldn't need to make any changes to direct sound. You just need to remove the flag DSDDESC_DONTNEEDPRIMARYLOCK from alsa and make the necessary changes in alsa. The direct sound hardware primary buffer locking support is already in primary.c. You are right, partial

Re: kernel32: Set object security on process object in CreateProcess.

2007-02-22 Thread Robert Shearman
Vitaliy Margolen wrote: + +/* set process security */ +if (ret && psa && psa->lpSecurityDescriptor) +{ +NTSTATUS status; + +status = NtSetSecurityObject( info->hProcess, DACL_SECURITY_INFORMATION, + psa->lpSecurityDescriptor ); +

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Stefan Dösinger
Am Donnerstag 22 Februar 2007 16:15 schrieb H. Verbeet: > On 22/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > > OK, never mind. I can continue debugging tonight, just now the machine is > > occupied by my son and his friend :-). I will look at SetWindowPos(). > > Could you tell me in which file

How complete will Wine ever be for older apps?

2007-02-22 Thread Jules Richardson
Sort of an open-ended question to developers :) It's obvious that Wine functionality will always lag behind Windows releases somewhat. But how accurate / complete do people think it will eventually be against older Windows releases? Is much development work even still being done on things t

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread H. Verbeet
On 22/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: OK, never mind. I can continue debugging tonight, just now the machine is occupied by my son and his friend :-). I will look at SetWindowPos(). Could you tell me in which file its source is ? That's in dlls/user32/winpos.c, but I'm not sure h

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Pavel Troller
Hi! > Am Donnerstag 22 Februar 2007 15:04 schrieb Pavel Troller: > > So I commented out the SetWindowPos() call in ..._SetupFullscreenWindow > > (on lines 1251&2 of the today's source) and... voilla, the game starts and > > runs perfectly. My son has verified it and didn't find any problems. > Ye

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Stefan Dösinger
Am Donnerstag 22 Februar 2007 15:04 schrieb Pavel Troller: > So I commented out the SetWindowPos() call in ..._SetupFullscreenWindow > (on lines 1251&2 of the today's source) and... voilla, the game starts and > runs perfectly. My son has verified it and didn't find any problems. Yeah, the SetWin

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Pavel Troller
> > On 21/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > > > The last trace which appeared in the log is 2683, so > > >IWineD3DDevice_CreateAdditionalSwapChain() didn't return. I'm going bananas > > >from those names; where the hell this one grows :-) ? grep, as obvious, > > >shows > > >its ca