ntdll: Avoid commpile - Error, caused by a single Quote

2006-02-20 Thread Detlef Riekenberg
Am Dienstag, den 21.02.2006, 00:25 +0100 schrieb Stefan Leichter: > current cvs does not build for me on SuSE 9.0 > gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include > > -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe > -fno-strict-aliasing -gstabs+ -Wpo

ntdll: Avoid commpile - Error, caused by a single Quote

2006-02-20 Thread Detlef Riekenberg
Am Dienstag, den 21.02.2006, 00:25 +0100 schrieb Stefan Leichter: > current cvs does not build for me on SuSE 9.0 > gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include > > -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe > -fno-strict-aliasing -gstabs+ -Wpo

Re: Winelib

2006-02-20 Thread Michael King
Troy Thanks for your comments. The issue with using a 'script' file versus a true 'executable' is really a matter of marketing. Our Windows product does run under 'wine' however we have clients that don't consider that acceptable. We are looking at having a "True" X-Windows / Unix / Linux imp

Re: Winelib

2006-02-20 Thread Troy Rollo
On Tuesday 21 February 2006 06:33, Michael King wrote: > Thanks for all the help. > > Seems to me that wine and winelib may not be the way for us to go. > > We have a functioning application development language that runs on Windows > plus virtually all flavours of Unix/Linux but the only GUI imple

Guitar Rig 2 in Linux/Wine

2006-02-20 Thread Michael Ost
We are interested in getting the new Guitar Rig 2 USB foot controller supported in Linux/Wine. It's described here: http://www.native-instruments.com/index.php?id=guitarrig2_us I assume from looking at it, that a USB driver would be required and then perhaps some Wine tweaks to let the plugin ope

cvs build failure

2006-02-20 Thread Stefan Leichter
Hello, current cvs does not build for me on SuSE 9.0 Bye Stefan gcc -c -I../../../wine/dlls/ntdll -I. -I../../../wine/include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o signal_i386.o ../../../wine/dlls/

Re: Regression in wine-0.9.8

2006-02-20 Thread Roderick Colenbrander
On Monday 20 February 2006 17:46, Roderick Colenbrander wrote: > > The initial texture conversion during the installation of 3DMark2001SE is > > broken, too. It complains about unknown format WINED3DFMT_DXT1.(sry, > > don't have the exact traces here atm). > > I guess it could be the same problem l

Re: Winelib

2006-02-20 Thread Segin
Michael King wrote: Segin/Joris Thanks for all the help. Seems to me that wine and winelib may not be the way for us to go. We have a functioning application development language that runs on Windows plus virtually all flavours of Unix/Linux but the only GUI implementation is Windows. We we

Re: Patch: fix for bug #4436 with associated fixes for stream reference counting

2006-02-20 Thread Dr J A Gow
Thanks for the comments. Patch now resubmitted as two chunks as suggested. John. Mike McCormack wrote: Dr J A Gow wrote: FROM: Dr J A Gow PATCH: Provides fix for bug 4436, some reference counting fixes, and now the IStorage correctly handles the following: - Strea

Re: advpack: Load the LDIDs of an install section in TranslateInfString [RESEND]

2006-02-20 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Is there anything wrong with this patch? > > Changelog: > * Load the LDIDs of an install section in TranslateInfString. Is there a reason you can't use SetupGetStringField instead of getting the whole line and duplicating the parsing that setupapi alr

Re: Winelib

2006-02-20 Thread Michael King
Segin/Joris Thanks for all the help. Seems to me that wine and winelib may not be the way for us to go. We have a functioning application development language that runs on Windows plus virtually all flavours of Unix/Linux but the only GUI implementation is Windows. We were looking for an easy

Re: Regression in wine-0.9.8

2006-02-20 Thread Roderick Colenbrander
> The initial texture conversion during the installation of 3DMark2001SE is > broken, too. It complains about unknown format WINED3DFMT_DXT1.(sry, don't > have the exact traces here atm). > I guess it could be the same problem like the "maximum texture size" > problem you already fixed( aka, GL_{SU

Re: Regression in wine-0.9.8

2006-02-20 Thread Peter Beutner
Roderick Colenbrander schrieb: > On Monday 20 February 2006 16:05, Roderick Colenbrander wrote: >> On Monday 20 February 2006 13:12, Daniel Skorka wrote: >>> Hi, >>> >>> wine-0.9.8 has a regression with the Max Payne demo. The demo worked >>> fine in 0.9.7, however the following is broken in 0.9.8:

Re: Regression in wine-0.9.8

2006-02-20 Thread Roderick Colenbrander
On Monday 20 February 2006 16:05, Roderick Colenbrander wrote: > On Monday 20 February 2006 13:12, Daniel Skorka wrote: > > Hi, > > > > wine-0.9.8 has a regression with the Max Payne demo. The demo worked > > fine in 0.9.7, however the following is broken in 0.9.8: > > Once you have started the app

Re: Regression in wine-0.9.8

2006-02-20 Thread Roderick Colenbrander
On Monday 20 February 2006 13:12, Daniel Skorka wrote: > Hi, > > wine-0.9.8 has a regression with the Max Payne demo. The demo worked > fine in 0.9.7, however the following is broken in 0.9.8: > Once you have started the application and begun playing (by selecting > Tutorial or New Game or Load) th

Re: dinput: Corrected bug where mouse clicks were not passed to window

2006-02-20 Thread Vitaliy Margolen
Monday, February 20, 2006, 3:21:56 AM, Vitaly Budovski wrote: > dinput: Corrected bug where mouse clicks were not passed to window > with DISCL_EXCLUSIVE flag set. > dlls/dinput/mouse.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > -if (dwCoop & DISCL_NONEXCLUSIVE) { > +

Re: [usp10] Add ScriptShape functionality

2006-02-20 Thread Vijay Kiran Kamuju
add gdi32 to the imports section of the Makefile.in and resend the patch. It will compile fine. On 2/20/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > unable to compile this patch > > /oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to > `GetGlyphIndicesW' > > with todays git.

[usp10] Add ScriptShape functionality

2006-02-20 Thread Vijay Kiran Kamuju
unable to compile this patch /oracle/git/wine-git/dlls/usp10/usp10.c:333: undefined reference to `GetGlyphIndicesW' with todays git. Please resend the correct patch

Re: [Corrected] NTDLL/loader.c: Remove spaces at end of name in import_dll

2006-02-20 Thread Robert Shearman
Uwe Bonnes wrote: @@ -470,6 +480,7 @@ WCHAR *ptr = RtlAllocateHeap( GetProcessHeap(), 0, len * sizeof(WCHAR) ); if (!ptr) return NULL; ascii_to_unicode( ptr, name, len ); +skip_spaces(buffer, len); status = load_dll( load_path, ptr, 0, &wmImp ); R

winsock: add check for sin6_scope_id (use CHECK_MEMBERS)

2006-02-20 Thread Vitaly Lipatov
On old systems sin6_scopy_id was not exist. I add a check for it in configure.ac and ifdefs in c file. Rewrite with AC_CHECK_MEMBERS Changelog: add check for sin6_scope_id is exist -- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru Adds check for sin6_scope_id Index: co

Regression in wine-0.9.8

2006-02-20 Thread Daniel Skorka
Hi, wine-0.9.8 has a regression with the Max Payne demo. The demo worked fine in 0.9.7, however the following is broken in 0.9.8: Once you have started the application and begun playing (by selecting Tutorial or New Game or Load) the game crashes as soon as you hit 'Esc' (to get to the menu) or 'F

Re: Resend: SetWinMetaFileBits: Scale the picture to the whole device surface if lpmfp == NULL

2006-02-20 Thread Alexandre Julliard
Michael Kaufmann <[EMAIL PROTECTED]> writes: > SetWinMetaFileBits: > - Isotropic/Anisotropic mapping mode: Scale the picture to the whole > device surface if lpmfp == NULL (current implementation doesn't set > the window and viewport extents in this case, leading to upside-down > images or other s

Re: Anyone else seeing problems with 0.9.8 on FreeBSD-6.x ???

2006-02-20 Thread Vitaly Lipatov
В сообщении от 19 февраля 2006 20:19 Jukka A. Ukkonen написал(a): > Hello all, > > I have seen some potential regressions in Wine-0.9.8 on FreeBSD-6.x. > > - Winefile draws garbage in the minimize, full-screen, and close > buttons in the upper right corner of its windows. > - Wine (and obviously al

Re: winsock: add check for sin6_scope_id

2006-02-20 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > On old systems sin6_scopy_id was not exist. > I add a check for it in configure.ac and ifdefs in c file. > > Changelog: > add check for sin6_scope_id is exist You should use AC_CHECK_MEMBERS for this. -- Alexandre Julliard [EMAIL PROTECTED]