Re: [PATCH] seperate AC_CONFIG_FILES.

2007-02-26 Thread Marcus Meissner
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

Re: configure: Break single-line ac_config_files list into multiple lines.

2007-02-26 Thread Jan Zerebecki
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

Re: GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-26 Thread Chris Robinson
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

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-26 Thread Felix Nawothnig
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

Re: [7/12] WineD3D: Select an onscreen context based on the thread

2007-02-26 Thread Stefan Dösinger
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

Re: [PATCH] seperate AC_CONFIG_FILES.

2007-02-26 Thread Detlef Riekenberg
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

Re: [1/12] - [12/12] WineD3D (multithreading)

2007-02-26 Thread Stefan Dösinger
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

Re: wininet: Constify a formal parameter of CommitURLCacheEntry{A|W}() (Resend)

2007-02-26 Thread James Hawkins
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

Re: wininet: Constify a formal parameter of CommitURLCacheEntry{A|W}() (Resend)

2007-02-26 Thread Andrew Talbot
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.

Re: wininet: Constify a formal parameter of CommitURLCacheEntry{A|W}() (Resend)

2007-02-26 Thread Andrew Talbot
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

Re: wininet: Constify a formal parameter of CommitURLCacheEntry{A|W}() (Resend)

2007-02-26 Thread Andrew Talbot
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

Re: Add localizable strings support for popup menu in selection tree control.

2007-02-26 Thread James Hawkins
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

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-26 Thread Erich Hoover
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

Re: [1/12] - [12/12] WineD3D (multithreading)

2007-02-26 Thread 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 after patch 7/12 and 8/12). Which patch breaks oblivion? Can you de

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-26 Thread Felix Nawothnig
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,

Re: wininet: Constify a formal parameter of CommitURLCache{A|W}() (Resend)

2007-02-26 Thread James Hawkins
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

Re: [1/12] - [12/12] WineD3D (multithreading)

2007-02-26 Thread Stefan Dösinger
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

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-26 Thread Felix Nawothnig
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

Re: GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-26 Thread Alexandre Julliard
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]

Re: [1/12] - [12/12] WineD3D (multithreading)

2007-02-26 Thread 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). Mirek

Re: xcopy try 3

2007-02-26 Thread Alexandre Julliard
"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]

Re: GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-26 Thread Robert Shearman
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

wine or wine-preloader exit with code 2 on x86_64

2007-02-26 Thread Escuder Nicolas
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

Re: wine and msys rxvt.exe

2007-02-26 Thread Phil Krylov
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

Re: Wine and XP Themes

2007-02-26 Thread Felix Nawothnig
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

Re: [9/12] WineD3D: When multithreading, call glFinish after drawing

2007-02-26 Thread H. Verbeet
Would GL_NV_fence be usefull here?

Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Alexandre Julliard
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

Re: [3/12 WineD3D/DDraw: Forward DDSCL_MULTITHREADED to WineD3D

2007-02-26 Thread H. Verbeet
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

Re: GDI surfaces, GDI heap and wined3d's VideoMemorySize

2007-02-26 Thread Stefan Dösinger
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

Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Robert Shearman
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

Re: Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Alexandre Julliard
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

Using InternalGetWindowText Instead of Sending WM_GETTEXT when Drawing Window Captions

2007-02-26 Thread Robert Shearman
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

Re: [2/4 revised] msi: Expand IDL file to contain all OLE automation interfaces.

2007-02-26 Thread Misha Koshelev
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

Re: comctl32: rebar[2/3]: WM_SETFONT should send a RBN_HEIGHTCHANGED if necessary (with testcase)

2007-02-26 Thread Alexandre Julliard
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:

Re: dlls: Move the 16-bit dll stubs to the appropriate subdirectories.

2007-02-26 Thread Alexandre Julliard
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'

Re: wine and msys rxvt.exe

2007-02-26 Thread Wesley Parish
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

Re: wine and msys rxvt.exe

2007-02-26 Thread Wesley Parish
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