Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Paul Vriens
Stefan Leichter wrote: Hello Paul, Am Monday 20 August 2007 11:42 schrieb Paul Vriens: OK, I gave it a try. [snip] http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ is the same but also shows that are are todo's for a group in the summary. I like the version

Re: [PATCH try2 2/5] wininet: Free handle structs in WININET_Release.

2007-08-20 Thread Misha Koshelev
On Mon, 2007-08-20 at 09:50 +0100, Robert Shearman wrote: > Misha Koshelev wrote: > > This is necessary so that we send the INTERNET_STATUS_HANDLE_CLOSING > > before, for example > > INTERNET_STATUS_CLOSE_CONNECTION gets sent from HTTP_CloseConnection in > > HTTP_CloseHTTPRequestHandle. > > This

Re: winefile: Save font settings for registry

2007-08-20 Thread Dmitry Timoshkov
"Ivan Sinitsin" <[EMAIL PROTECTED]> wrote: Changelog: this patch add opportunity to save font option to the regestry, and load font option from regestry in the winefile program Nothing prevents you from writing and reading the whole LOGFONT structure in one go. -- Dmitry.

Re: dinput compile error

2007-08-20 Thread Vitaliy Margolen
Robert Reif wrote: Lei Zhang wrote: It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -p

Re: How to Calling PE Dlls on linux??

2007-08-20 Thread trulyliu
2007/8/20, Damjan Jovanovic <[EMAIL PROTECTED]>: > > On 8/20/07, trulyliu <[EMAIL PROTECTED]> wrote: > > hi: > > > > I am sorry to disturb you with a question about calling PE Dll on linux. > > This is really an old question. > > I found the sameness issues in mail list. > > > > http://www.winehq.o

Re: dinput compile error

2007-08-20 Thread Robert Reif
Lei Zhang wrote: It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-alia

Re: dinput compile error

2007-08-20 Thread Lei Zhang
It sounds like you're missing the Linux kernel headers. On 8/20/07, Robert Reif <[EMAIL PROTECTED]> wrote: > make[2]: Entering directory `/home/wine/wine/dlls/dinput' > gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ > -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strin

dinput compile error

2007-08-20 Thread Robert Reif
make[2]: Entering directory `/home/wine/wine/dlls/dinput' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -g -O2 -o joystick_linuxinput.o joystick_linuxinput.c joystick_linuxinput.c:153: field `

Re: [4/5] D3D9: Some caps fixes

2007-08-20 Thread Stefan Dösinger
Am Montag, 20. August 2007 19:26 schrieb H. Verbeet: > On 20/08/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > /* Some functionality is implemented in d3d9.dll, not wined3d.dll. > > Add the needed caps */ pCaps->DevCaps2 |= > > D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES; > > You should move

Re: winefile: Save font settings for registry

2007-08-20 Thread Michael Stefaniuc
Ivan Sinitsin wrote: > this is corrected patch for winefile. You want to use the explicit RegQueryValueExW and RegSetValueExW functions. bye michael > > This patch adds an opportunity to keep adjustments of a font between > sessions, > if menu "Save settings on exit" is checked. > >

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Stefan Leichter
Hello Paul, Am Monday 20 August 2007 11:42 schrieb Paul Vriens: > > OK, I gave it a try. > [snip] > > http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ > is the same but also shows that are are todo's for a group in the > summary. > I like the version above. > (The y

Re: [4/5] D3D9: Some caps fixes

2007-08-20 Thread H. Verbeet
On 20/08/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > /* Some functionality is implemented in d3d9.dll, not wined3d.dll. Add > the needed caps */ > pCaps->DevCaps2 |= D3DDEVCAPS2_CAN_STRETCHRECT_FROM_TEXTURES; You should move that to filter_caps() as well, or at the very least add it

Re: [patch] Garbage code in text string display

2007-08-20 Thread Guan Xin
I have submitted no patch after looking at Windows source code. The original submission certainly introduced to WINE nothing but a bug. I was later forced to prove this bug is necessary. On 8/20/07, James Hawkins <[EMAIL PROTECTED]> wrote: > > No patches will be accepted from you for the Wine proj

Re: comctl resource diff

2007-08-20 Thread Maarten Lankhorst
Dj Apal [GR] schreef: > Hope this is the one you want. PLease commit it! > > TIA! > > > --- ./dlls/comctl32/rsrc.rc 2007-08-20 19:52:26.0 +0300 > +++ ./dlls/comctl32/rsrc1.rc 2007-08-20 19:50:03.0 +0300 > @@

Re: Fixing wrong prototypes in a header

2007-08-20 Thread Juan Lang
> I think that's a case where we could diverge from the PSDK (with a > comment explaining why). Otherwise the header is completely useless: we > could not even make sure its prototypes match those of our > implementation. Thanks Francois, I was hoping you'd check in. > Btw, did you check this aga

Re: How to Calling PE Dlls on linux??

2007-08-20 Thread Damjan Jovanovic
On 8/20/07, trulyliu <[EMAIL PROTECTED]> wrote: > hi: > > I am sorry to disturb you with a question about calling PE Dll on linux. > This is really an old question. > I found the sameness issues in mail list. > > http://www.winehq.org/pipermail/wine-devel/2003-December/thread.html > http://www.wine

Re: How to Calling PE Dlls on linux??

2007-08-20 Thread Roderick Colenbrander
> I have a PE Dll named Arithmetic.dll which exports a function, > it's prototype is: > void sort(unsigned int*, int num) > The easiest way would be to use LoadLibrary/GetProcAddress to load the function from the library. That way you avoid linking to it which makes things more complicated. In

How to Calling PE Dlls on linux??

2007-08-20 Thread trulyliu
hi: I am sorry to disturb you with a question about calling PE Dll on linux. This is really an old question. I found the sameness issues in mail list. http://www.winehq.org/pipermail/wine-devel/2003-December/thread.html http://www.winehq.org/pipermail/wine-devel/2005-November/thread.html#41917 ht

Re: winmm: Change default driver order to be alsa,coreaudio,oss - try2

2007-08-20 Thread Vitaliy Margolen
Maarten Lankhorst wrote: Vitaliy Margolen schreef: Maarten Lankhorst wrote: Vitaliy Margolen schreef: That didn't work all that well: err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set "Hardware Acceleration" to "Emulation". wine: Unhandled page fault on read access to 0x00

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Wagner Ferenc
Paul Vriens <[EMAIL PROTECTED]> writes: > Wagner Ferenc wrote: >> Paul Vriens <[EMAIL PROTECTED]> writes: >> >>> http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ >>> is the same but also shows that are are todo's for a group in the >>> summary. >> >> Yeah, that's what

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Paul Vriens
Wagner Ferenc wrote: Paul Vriens <[EMAIL PROTECTED]> writes: http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ is the same but also shows that are are todo's for a group in the summary. Yeah, that's what I experimented with, thanks for presenting it so quickly! I'

Re: setupapi: if needed create directories for fake dlls

2007-08-20 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > @@ -302,9 +302,28 @@ BOOL create_fake_dll( const WCHAR *name, > else > { > h = CreateFileW( name, GENERIC_WRITE, 0, NULL, CREATE_NEW, 0, NULL ); > + > +if (h == INVALID_HANDLE_VALUE && GetLastError() == > ERROR_PATH_NOT_F

Re: [PATCH] handle builtin regedit.exe.so

2007-08-20 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > On my system it tries to load /usr/lib/wine/regedit.exe.so > (via symlink) and this fails. We stopped using symlinks a long time ago, it sounds like your .wine dir is out of date. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Wagner Ferenc
Paul Vriens <[EMAIL PROTECTED]> writes: > http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ > is the same but also shows that are are todo's for a group in the > summary. Yeah, that's what I experimented with, thanks for presenting it so quickly! I'd add a title (tool

Re: comdlg32: printdlg: Fix number display in PrintDlgW()

2007-08-20 Thread Alexandre Julliard
Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> writes: > vsprintfW and friends do not support float numbers, so we have to format an > initial string with printf() and then print it to a wide string with > vsprintfW()'s %hs format. For a simply conversion to Unicode MultiByteToWideChar is a

Re: Fixing wrong prototypes in a header

2007-08-20 Thread Francois Gouget
On Wed, 15 Aug 2007, Juan Lang wrote: [...] > Should I leave the prototypes incorrect in wintrust.h to match the > PSDK, or should I fix them to make them more convenient for me to use? I think that's a case where we could diverge from the PSDK (with a comment explaining why). Otherwise the heade

Re: [patch] Garbage code in text string display

2007-08-20 Thread James Hawkins
On 8/19/07, Guan Xin <[EMAIL PROTECTED]> wrote: > I have submitted no patch after looking at Windows source code. > The original submission certainly introduced to WINE nothing but a bug. > I was later forced to prove this bug is necessary. > It doesn't matter when you looked at the code versus wh

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Paul Vriens
Paul Vriens wrote: Wagner Ferenc wrote: Paul Vriens <[EMAIL PROTECTED]> writes: I've been playing a bit with have the 'todo_' on the page. In theory it's possible that there are todo_'s that why I don't refer to todo_wine. On http://www.xs4all.nl/~pvriens/200708181000_orig/ you can see the

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Paul Vriens
Wagner Ferenc wrote: Paul Vriens <[EMAIL PROTECTED]> writes: I've been playing a bit with have the 'todo_' on the page. In theory it's possible that there are todo_'s that why I don't refer to todo_wine. On http://www.xs4all.nl/~pvriens/200708181000_orig/ you can see the current situation for

Re: Dyne:bolic binary module

2007-08-20 Thread Robert Shearman
Robert Shoemaker wrote: I was wondering what the steps would be to put my binary build for the i686 Dyne:bolic distro on the releases page, it was no small task getting it to compile. Since the code hasn't been reviewed yet, I think this should be a developer only thing. If the performance im

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Wagner Ferenc
Paul Vriens <[EMAIL PROTECTED]> writes: > I've been playing a bit with have the 'todo_' on the page. In theory > it's possible that there are todo_'s that why I don't refer to > todo_wine. > > On http://www.xs4all.nl/~pvriens/200708181000_orig/ you can see the current > situation for some random

Re: [PATCH try2 2/5] wininet: Free handle structs in WININET_Release.

2007-08-20 Thread Robert Shearman
Misha Koshelev wrote: This is necessary so that we send the INTERNET_STATUS_HANDLE_CLOSING before, for example INTERNET_STATUS_CLOSE_CONNECTION gets sent from HTTP_CloseConnection in HTTP_CloseHTTPRequestHandle. This can be tested on native/with native wininet on wine because although we do not

Re: Direct3D 10 design considerations

2007-08-20 Thread Chris Howe
For what it's worth, although the idea of not starting with a clean state has its advantages (not in the least being able to support D3D10 software in a short time frame) I think that the clean slate argument wins out for me overall. Yes, it's more work in the short term, but I can't help thinking

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Paul Vriens
Stefan Leichter wrote: Am Monday 13 August 2007 13:28 schrieb Paul Vriens: Stefan Leichter wrote: Am Friday 10 August 2007 12:15 schrieb Paul Vriens: Hi, I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest)