Can somebody update the latest version number in AppDB to 0.9.31
Thanks
Nick
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)
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
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
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.
> 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
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
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
Vitaliy Margolen wrote:
+
+/* set process security */
+if (ret && psa && psa->lpSecurityDescriptor)
+{
+NTSTATUS status;
+
+status = NtSetSecurityObject( info->hProcess,
DACL_SECURITY_INFORMATION,
+ psa->lpSecurityDescriptor );
+
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
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
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
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
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
> > 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
15 matches
Mail list logo