help with typelib support

2008-01-22 Thread Alistair Leslie-Hughes
Hi, This msxml bug requires the TYPELIB resource to be added. http://bugs.winehq.org/show_bug.cgi?id=11257 I modified the followng file as follows. Makefile.in IDL_TLB_SRCS = msxml3_v1.idl msxml3_v1.idl(new File, with a single line) #include "msxml2.idl" version.rc 1 TYPELIB LOADONCALL DIS

Re: Alexandre Julliard : winex11.drv: Fix handling of strange window sizes in CreateWindow, with tests.

2008-01-22 Thread L. Rahyen
On Tuesday January 22 2008 23:56:13 Lei Zhang wrote: > On Jan 22, 2008 4:01 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > Module: wine > > Branch: master > > Commit: 390ae9cc2845fe002bc2e68c14d104d927af68b1 > > URL: > > http://source.winehq.org/git/wine.git/?a=commit;h=390ae9cc2845fe002b

Re: Alexandre Julliard : winex11.drv: Fix handling of strange window sizes in CreateWindow, with tests.

2008-01-22 Thread Lei Zhang
On Jan 22, 2008 4:01 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Module: wine > Branch: master > Commit: 390ae9cc2845fe002bc2e68c14d104d927af68b1 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=390ae9cc2845fe002bc2e68c14d104d927af68b1 > > Author: Alexandre Julliard <[EMAIL PR

Re: appdb test results queue count wrong?

2008-01-22 Thread Alexander Nicolaysen Sørnes
On Tuesday 22 January 2008 23:15:12 Dan Kegel wrote: > When an app maintainer is logged in to the appdb, > and there are test results queued for approval, > the test results queue length is wrongly reported > as zero at the moment... Thanks for looking out for AppDB issues. A patch should be appl

appdb test results queue count wrong?

2008-01-22 Thread Dan Kegel
When an app maintainer is logged in to the appdb, and there are test results queued for approval, the test results queue length is wrongly reported as zero at the moment...

Re: question for dumps

2008-01-22 Thread Stefan Dösinger
Am Dienstag, 22. Januar 2008 16:19:54 schrieb Juan Carlos Montes: > Hi all, > > I need dump the data using the debug log. > > trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to > (nil), tolen 0, ovl (nil), func (nil) > > if have this one, can i dump the data in 0x34e1e0 with

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-22 Thread Jason Green
Re-responses from Eric van Beurden: > hmm I still don't get how, in a generic way symbols could overlap > the only think I could come up with if when static functions get > automatically inlined by the compiler, but that's rather a different > story (as I'd suspect the inlined function to be a sin

Re: Suggestion to the list maintainer

2008-01-22 Thread Kuba Ober
> Please take this discussion OFF LIST. This has nothing to do with > wine development. =-O This was meant not to go to the list. I apologize. Cheers, Kuba

question for dumps

2008-01-22 Thread Juan Carlos Montes
Hi all, I need dump the data using the debug log. trace:winsock:WSASendTo socket 00f8, wsabuf 0x34e1e0, nbufs 1, flags 0, to (nil), tolen 0, ovl (nil), func (nil) if have this one, can i dump the data in 0x34e1e0 with another option in debug, or i need change the source? thanks a lot, -- _

Re: [WineHQ][WWN] WWN 340

2008-01-22 Thread Dmitry Timoshkov
"Zachary Goldberg" <[EMAIL PROTECTED]> wrote: > + + title="Theming WINE" > + subject="WINE" Could you please use a commonly accepted capitalization of the project name - Wine? -- Dmitry.

Re: WineD3D: don't use texture_rectangle for paletted textures

2008-01-22 Thread Stefan Dösinger
Am Montag, 21. Januar 2008 22:33:17 schrieb Roderick Colenbrander: > Hi, > > Don't use ARB_texture_rectangle in combination with EXT_paletted_texture. > This should get StarCraft running again on Geforce1-FX cards in case of > DirectDrawRenderer opengl with RenderTargetLockMode readtex. (bug 10697)

Re: Fix detection error in configure.ac

2008-01-22 Thread Alexandre Julliard
Thomas Zimmermann <[EMAIL PROTECTED]> writes: > this patch fixes a detection error in configure.ac. > > 'Xrandr' and 'Xinerama' detection fails if GCC is set to Ansi mode. > The reason is the use of 'typeof' in the test. GCC does not support > this keyword when it is in Ansi mode. The patch solves

Re: gdi32: Make GetICMProfile behave more like native. Rewrite ansi version as a wrapper and move color management functions to their own file.

2008-01-22 Thread Hans Leidekker
On Tuesday 22 January 2008 01:04:31 am Detlef Riekenberg wrote: > - gdi32: Make GetICMProfile behave more like native. Rewrite ansi > version as a wrapper and move color management functions to their own > file. > > The large subject is an indicator, that the Patch can be splitted. > IMHO, moving