On Tue, Feb 27, 2007 at 01:03:09AM +0100, Detlef Riekenberg wrote:
> On Mo, 2007-02-26 at 22:06 +0100, Marcus Meissner wrote:
>
> > -AC_CONFIG_FILES([
> > -Make.rules
> > -dlls/Makedll.rules
> > -dlls/Makeimplib.rules
> > -dlls/Maketest.rules
> > -programs/Makeprog.rules
> > -Makefile
> > -dlls/Ma
On Sat, Feb 24, 2007 at 02:15:29PM +0200, Saulius Krasuckas wrote:
> This long line breaks automated rebasing of one of testing branches on
> (namely ntoskrnl) on my box every time a new dll or program is added.
> That's because I need to merge conflict for this line by my hand.
You might find
On Sunday 25 February 2007 03:36:02 pm Vitaliy Margolen wrote:
> The memory size setting is only in registry because you should not touch
> it in the first place.
I thought it was added to the registry because Wine can't figure out the video
memory amount itself from OpenGL or X, and that allows
Erich Hoover wrote:
Is the attached more like what you're looking for?
I did some investigation and... actually I'm looking for an equivalent
to the linux splice syscall. Win32 is the most braindead API ever. Duh.
The "right" way would probably to do the copying yourself by
read/write.. but
Am Montag 26 Februar 2007 13:49 schrieb Stefan Dösinger:
Alexandre, do not patch 7, 8 and 9 yet, they are reported to cause
regressions. Patch 10, 11 and 12 should apply without them too.
pgpJTkrrhpZ8P.pgp
Description: PGP signature
On Mo, 2007-02-26 at 22:06 +0100, Marcus Meissner wrote:
> -AC_CONFIG_FILES([
> -Make.rules
> -dlls/Makedll.rules
> -dlls/Makeimplib.rules
> -dlls/Maketest.rules
> -programs/Makeprog.rules
> -Makefile
> -dlls/Makefile
Does "tools/make_makefiles" still work after your Patch?
- for a new dll
- for
Am Montag 26 Februar 2007 22:52 schrieb Mirek:
> Stefan Dösinger napsal(a):
> > Am Montag 26 Februar 2007 19:58 schrieb Mirek:
> >> Hi, this series of patches broke some textures in TES IV: Oblivion,
> >> should I create bug in winebugs? I tried some other apps, they looks ok.
> >> (bug is here aft
On 2/26/07, Andrew Talbot <[EMAIL PROTECTED]> wrote:
James Hawkins wrote:
> On 2/26/07, Andrew Talbot <[EMAIL PROTECTED]> wrote:
>> What is wrong with this patch, please?
>>
>
> This isn't how it's defined in the SDK headers.
>
Am I right in thinking that for non-embedded-CE versions of Windows
Andrew Talbot wrote:
> ... but the corresponding parameter of
> CommitURLCacheEntry() [...] ought to be a LPTSTR
Or rather, a LPCTSTR.
So, is there any scope to constify, here?
-- A.
The problem seems to be that the INTERNET_CACHE_ENTRY_INFO structure has a
member lpHeaderInfo that is a LPBYTE, but the corresponding parameter of
CommitURLCacheEntry() - sorry, I truncated its name in the original
posting - ought to be a LPTSTR. It is not yet clear to me what is required.
-- And
James Hawkins wrote:
> On 2/26/07, Andrew Talbot <[EMAIL PROTECTED]> wrote:
>> What is wrong with this patch, please?
>>
>
> This isn't how it's defined in the SDK headers.
>
Am I right in thinking that for non-embedded-CE versions of Windows the
lpHeaderInfo variable of CommitURLCacheEntry() i
On 2/26/07, Крылов Николай <[EMAIL PROTECTED]> wrote:
diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 35a192c..3826326 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -1755,17 +1755,41 @@ msi_seltree_popup_menu( HWND hwnd, INT x
HMENU hMenu;
INT r;
+static const
I assume you're referring to the file existence check and file delete,
followed by the actual copy and move. I implemented these checks in this
manner in order to provide error codes consistent with the documentation. I
am not incredibly familiar with the Wine internals, but it looks to me like
Stefan Dösinger napsal(a):
Am Montag 26 Februar 2007 19:58 schrieb Mirek:
Hi, this series of patches broke some textures in TES IV: Oblivion,
should I create bug in winebugs? I tried some other apps, they looks ok.
(bug is here after patch 7/12 and 8/12).
Which patch breaks oblivion? Can you de
Erich Hoover wrote:
I assume you're referring to the file existence check and file delete,
followed by the actual copy and move. I implemented these checks in
this manner in order to provide error codes consistent with the
documentation. I am not incredibly familiar with the Wine internals,
On 2/26/07, Andrew Talbot <[EMAIL PROTECTED]> wrote:
What is wrong with this patch, please?
This isn't how it's defined in the SDK headers.
--
James Hawkins
Am Montag 26 Februar 2007 19:58 schrieb Mirek:
> Hi, this series of patches broke some textures in TES IV: Oblivion,
> should I create bug in winebugs? I tried some other apps, they looks ok.
> (bug is here after patch 7/12 and 8/12).
Which patch breaks oblivion? Can you describe the kind of breaka
Erich Hoover wrote:
Real Name:
Erich Hoover
Description:
Implements the functions ReplaceFileA and ReplaceFileW in kernel32
(Bug #7544). Also provides conformance test code to ensure proper
functionality.
Changelog:
kernel32: Implement ReplaceFileA/ReplaceFileW
Your patch seems
Robert Shearman <[EMAIL PROTECTED]> writes:
> CreateCompatibleDC should be made to fail if the CreateRectRgn call fails.
Yes, I committed a fix for that.
--
Alexandre Julliard
[EMAIL PROTECTED]
Hi, this series of patches broke some textures in TES IV: Oblivion,
should I create bug in winebugs? I tried some other apps, they looks ok.
(bug is here after patch 7/12 and 8/12).
Mirek
"Ann & Jason Edmeades" <[EMAIL PROTECTED]> writes:
> diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in
> new file mode 100755
All the files you create or modify are marked executable, could you
please fix that?
--
Alexandre Julliard
[EMAIL PROTECTED]
Rok Mandeljc wrote:
Hey all,
I've been experiencing an odd behavior in Baldur's Gate 2; when
"VideoMemorySize" registry key for wined3d is set to anything greater
than 64MB (69MB, actually), it stops before playing intro movie,
printing following line:
err:clipping:CLIPPING_UpdateGCRegion hVisRg
Hello,
I have build wine with the help of wiki WineOn64bit
LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32"
./configure --prefix=/opt/wine --datadir=/usr/share
But wine or wine-preloader always return 2 as you can see :
[EMAIL PROTECTED] wine-0.9.31]# loade
On 26/02/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
"Wesley Parish" <[EMAIL PROTECTED]> wrote:
> failed to load libX11.dll
Looks like rxvt.exe is linked to an MSys provided X11 libraries
that require a Windows X11 sever to be present and running. That's
a sort of layer on layer and I don't
Frank Richter wrote:
WRT speed: themes usually use alpha-blending extensively; however, the
speed of Wine's AlphaBlend() can almost be measured in geological terms;
Why is that? Looking at it it seems to be using XRender - since theming
doesn't require Aero and stuff what way would there be to
Would GL_NV_fence be usefull here?
Robert Shearman <[EMAIL PROTECTED]> writes:
> Yes, the table windows in the query designer in Access 2003. Access
> 2003 works on Windows 2000+.
Maybe it's NT4 that doesn't send them then. Anyway, if the app needs
them I don't have a problem with adding them back.
--
Alexandre Julliard
[EMAIL P
On 26/02/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
Note: that this patch conflicts with the ddraw thread safety patch. After this
patch here is applied, I will send an updated thread safety patch for the
ddraw implementation
What exactly is this supposed to fix? We already pass the behavio
Am Sonntag 25 Februar 2007 21:57 schrieb Rok Mandeljc:
> Hey all,
> Now, when the game is run with 64MB of VideoMemorySize, upon reaching
> the same point, IDirectDrawImpl_CreateNewSurface returns
> WINED3DERR_OUTOFVIDEOMEMORY (because of
> "IWineD3DDevice_GetAvailableTextureMem(iface) <= _size" c
Alexandre Julliard wrote:
Robert Shearman <[EMAIL PROTECTED]> writes:
Hi Alexandre,
A patch of yours from 2.5 years ago
(http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234)
changed the behaviour to not send WM_GETTEXT any more. My experiments
on W
Robert Shearman <[EMAIL PROTECTED]> writes:
> Hi Alexandre,
>
> A patch of yours from 2.5 years ago
> (http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234)
> changed the behaviour to not send WM_GETTEXT any more. My experiments
> on Windows show that WM_G
Hi Alexandre,
A patch of yours from 2.5 years ago
(http://source.winehq.org/git/wine.git/?a=commitdiff;h=b72994b6d4a04352e18934cd3fbe51749b7da234)
changed the behaviour to not send WM_GETTEXT any more. My experiments on
Windows show that WM_GETTEXT should be used. Can you remember what the
re
On Sun, 2007-02-25 at 22:51 -0600, James Hawkins wrote:
> On 2/25/07, Misha Koshelev <[EMAIL PROTECTED]> wrote:
> > This patch expands the IDL to contain all OLE automation interfaces that
> > the freely downloadable MS Windows Installer contains, and adds a
> > msiserver_dispids.h file that has de
Mikołaj Zalewski <[EMAIL PROTECTED]> writes:
> This allows as to eliminate the third parameter of REBAR_Layout.
> From 2edae3656159e84a0366b65e1bd1d13e3089dc97 Mon Sep 17 00:00:00 2001
> From: =?utf-8?q?Miko=C5=82aj_Zalewski?= <[EMAIL PROTECTED]>
> Date: Mon, 19 Feb 2007 20:42:08 +0100
> Subject:
Brian Gerst <[EMAIL PROTECTED]> writes:
>>From 36873109949f308cc9d34f4df9bb0af4c219262b Mon Sep 17 00:00:00 2001
> From: Brian Gerst <[EMAIL PROTECTED]>
> Date: Sat, 24 Feb 2007 08:59:48 -0500
> Subject: dlls: Move the 16-bit dll stubs to the appropriate subdirectories.
This won't work, they won'
On Sunday 25 February 2007 22:30, L. Rahyen wrote:
> Sunday February 25 2007 07:52、Wesley Parish さんは書きました:
> > I installed msys a couple of years back, and decided to test rxvt.exe:
> >
> > bash-3.1$ wine .wine/drive_c/msys/1.0/bin/rxvt.exe
> > libGL warning: 3D driver claims to not support visual
That is the case. cygwin's just one of several POSIX environments on the
Win32 platform, and msys is the other FOSS POSIX environment on Win32.
I thought it would be a good test. I will have to upgrade my Wine version,
admittedly ...
Wesley Parish
On Monday 26 February 2007 18:59, John Smith
37 matches
Mail list logo