Window geometry problem

2005-06-08 Thread Pavel Troller
Hi! I would like to report a long lasting problem with an application, which renders its main window incorrectly in wine. The app is "iRiver caption editor" and it can be freely downloaded at http://www.iriveramerica.com/download/ce.zip . Installation of the program is easy and proceeds and the

Alpha Status ?

2005-06-08 Thread Tom Wickline
Hello All, Can we change Wine from Alpha to Beta Status? Or is this scheduled for the 0.9 release ? Tom

Re: wcmd: Remove user32 dependencies

2005-06-08 Thread Marcelo Duarte
James Hawkins escreveu: Hi, This patch is in responese to Bug #1982 'Can't SSH into a computer and use "wine cmd" or wineconsole' http://bugs.winehq.org/show_bug.cgi?id=1982 The problem as identified by Marcus is that wcmd is importing user32 which brings in the x11 driver causing the ssh'ed

Re: Remove user32 dependencies

2005-06-08 Thread Dmitry Timoshkov
"James Hawkins" <[EMAIL PROTECTED]> wrote: > Changelog > * Dynamically call LoadString from user32. > * Remove all direct user32 dependencies. > * Don't import user32. > --- programs/wcmd/Makefile.in 9 Mar 2004 04:54:07 - 1.22 > +++ programs/wcmd/Makefile.in 9 Jun 2005 00:20:31 - > @@ -4,

Re: Problems in bitblt (in x11drv)

2005-06-08 Thread Ove Kaaven
tir, 07,.06.2005 kl. 23.00 -0700, skrev David Albrecht: > VOID CreateLcdBitmap(VOID) > { > // create LCD bitmap > _ASSERT(nLcdDoubled == 1 || nLcdDoubled == 2 || nLcdDoubled == 4); > bmiLcd.Lcd_bmih.biWidth = LCD1_ROW * nLcdDoubled; > bmiLcd.Lcd_bmih.biHeight = -64 * nLcdDou

Re: [wine] Re: [msvcrt] Implement %I types for printf

2005-06-08 Thread Jesse Allen
On 6/7/05, David Lee Lambert <[EMAIL PROTECTED]> wrote: > On Mon, Jun 06, 2005 at 05:32:52PM +0200, Alexandre Julliard wrote: > > No, I'm afraid there is no standard way of doing that. You won't be > > able to simply forward this one to libc, you'll need to do at least > > part of the formatting by

Re: Wine does not build [ wined3d ]

2005-06-08 Thread Ivan Gyurdiev
What about this? basetexture.c:275: error: static declaration of ‘IWineD3DBaseTexture_Vtbl’ follows non-static declaration wined3d_private.h:495: error: previous declaration of ‘IWineD3DBaseTexture_Vtbl’ was here make[2]: *** [basetexture.o] Error 1 make[2]: Leaving directory `/home/phantom/src/wi

Re: MSI: action.c more RegisterProduct work

2005-06-08 Thread Mike McCormack
Aric Stewart wrote: @@ -6033,6 +6042,21 @@ size = strlenW(buffer)*sizeof(WCHAR); RegSetValueExW(hukey,szProductName,0,REG_SZ, (LPSTR)buffer,size); HeapFree(GetProcessHeap(),0,buffer); + +buffer = load_dynamic_property(package,szProductLanguage,NULL); +size = sizeof(DWORD)

Re: Combine WINE_WAVEOUT and WINE_WAVEIN into single structure

2005-06-08 Thread Robert Reif
Jeremy White wrote: This combines the WINE_WAVEOUT and WINE_WAVEIN structures into a single WINE_WAVECOMMON structure, as most of the fields were duplicated anyways. This patch should not change any functionality, but will allow for some elimination of duplicate code in an upcoming patch. (Cre

Dragon NS7 on wine

2005-06-08 Thread wino
Sorry Rene, I thought this thread should have a title that related to Dragon. By all means continue your v8 attempts under ViaVoice alias. ;) you have restimulated my interest in this so I will push ahead with v7 since I did not have some of the issues you are having with v8. I'm pretty sur

Re: ViaVoice (98) in Wine

2005-06-08 Thread René Rebe
Hi, On Wednesday 08 June 2005 23:13, you wrote: > > But my hope is that this migh not happen with latest wine ... - maybe I'm > > a bit too optmistic here - and I need to get this usb stack installation > > avoided in one way or another first ... :-( > > Strange :/ > > Btw, the USB stack has no c

Re: ViaVoice (98) in Wine

2005-06-08 Thread René Rebe
Hi, On Wednesday 08 June 2005 23:11, [EMAIL PROTECTED] wrote: > Yep , this was my gut feeling about v8. Next you will find it wants > xp-only video features for the traing videos you dont even want to see, > etc etc > > It probably wants to make use you have usb "just incase" you try to use a

Re: ViaVoice (98) in Wine

2005-06-08 Thread Marcus Meissner
> > Please run "wineprefixcreate" and then the above setup.exe again. > > Now if I would find out why the setup.exe does want to install a USB stack > that does not like to install ... - under the crossover demo the USB stack > installer does not come up - however the installation does abort the

Re: ViaVoice (98) in Wine

2005-06-08 Thread wino
On Wed, 08 Jun 2005 22:25:12 +0200, René Rebe <[EMAIL PROTECTED]> wrote: Though now the Ali USB 2.0 stack that the installer wants to install tells me the OS is not supported ... Yep , this was my gut feeling about v8. Next you will find it wants xp-only video features for the traing vide

Re: ViaVoice (98) in Wine

2005-06-08 Thread René Rebe
HI, > > Ouhm - now there was some better google hit: > > What about this one: > > http://www.winehq.com/hypermail/wine-devel/2005/02/0758.html That does not give the solution - does it? > Your wine installation is not upgraded to the newest state ;) Well - I used 20041201 to get IE instal

Re: ViaVoice (98) in Wine

2005-06-08 Thread Robert Shearman
René Rebe wrote: Hi, my NaturallySpeaking 8 does (after installing IE) not really start to install: err:ole:marshal_object couldn't get IPSFactory buffer for interface {0131---c000-0046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {0131--00

Re: ViaVoice (98) in Wine

2005-06-08 Thread Marcus Meissner
On Wed, Jun 08, 2005 at 10:25:12PM +0200, René Rebe wrote: > Hi - again, > > On Wednesday 08 June 2005 22:16, René Rebe wrote: > > > my NaturallySpeaking 8 does (after installing IE) not really start to > > install: > > > > err:ole:marshal_object couldn't get IPSFactory buffer for interface > > {

Re: Asynchronous Named Pipes

2005-06-08 Thread Robert Shearman
Uwe Bonnes wrote: I hope people don't think of me as a PITA, but here again my RFT (Request for Tests): Rob, can you please add a testcase in dlls/kernel/tests/pipe.c showing the usage and the functionality of your patch? I presume you are requesting this for one of two reasons: making su

Re: ViaVoice (98) in Wine

2005-06-08 Thread René Rebe
Hi - again, On Wednesday 08 June 2005 22:16, René Rebe wrote: > my NaturallySpeaking 8 does (after installing IE) not really start to > install: > > err:ole:marshal_object couldn't get IPSFactory buffer for interface > {0131---c000-0046} > err:ole:marshal_object couldn't get I

Re: ViaVoice (98) in Wine

2005-06-08 Thread René Rebe
Hi, my NaturallySpeaking 8 does (after installing IE) not really start to install: err:ole:marshal_object couldn't get IPSFactory buffer for interface {0131---c000-0046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {0131---c000-0046

Re: Asynchronous Named Pipes

2005-06-08 Thread Uwe Bonnes
> "Robert" == Robert Shearman <[EMAIL PROTECTED]> writes: Robert> Hi, This patch depends on "Small RPC Bug Fixes" for the ole32 Robert> tests to pass. I hope people don't think of me as a PITA, but here again my RFT (Request for Tests): Rob, can you please add a testcase in dlls/ker

Re: Tests and window versions

2005-06-08 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > I've just finished another test for NtQuerySystemInformatio. In this > test I test the structure SYSTEM_PROCESS_INFORMATION. The structure is > however different for NT4. > > If I add an osversion (> 4) check I can check the structure for > W2K/WinXP and

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-08 Thread Alexandre Julliard
"Gerold J. Wucherpfennig" <[EMAIL PROTECTED]> writes: > --- dlls/cabinet/cabinet.h14 May 2005 11:06:10 - 1.12 > +++ dlls/cabinet/cabinet.h8 Jun 2005 14:05:42 - > @@ -89,11 +89,17 @@ typedef UINT32cab_off_t; > #define cffoldCOMPTYPE_QUANTUM (0x0002) > #define

Tests and window versions

2005-06-08 Thread Paul Vriens
Hi, I've just finished another test for NtQuerySystemInformatio. In this test I test the structure SYSTEM_PROCESS_INFORMATION. The structure is however different for NT4. If I add an osversion (> 4) check I can check the structure for W2K/WinXP and W2K3 and skip this structure-check for NT4 (for

Known regressions affectiong IE++ remain unfixed?

2005-06-08 Thread René Rebe
Hi all, I played a bit more with wine the last days and stumbled over this sidenet site which also has some FAQ points: http://sidenet.ddo.jp/winetips/config.html I experienced the same "IE installer crashing" with wine >= 200412xx - I wonder why such a long known regression takes so long to g

Re: Restructure WINE_WAVEOUT/WINE_WAVEIN

2005-06-08 Thread Alexandre Julliard
Jeremy White <[EMAIL PROTECTED]> writes: > @@ -228,12 +205,20 @@ > > /* DirectSound stuff */ > DSDRIVERDESCds_desc; > -DSCDRIVERCAPS ds_caps; > -} WINE_WAVEIN; > +DSDRIVERCAPSds_caps; > + > +union { > +WINE_WAVEOUTou

Re: Wine on x86 OS/X

2005-06-08 Thread Simon . Tyler
Wouldn't Wine on OS X practically double the number of potential Wine users? and, I would think Apple would be interested in being able to say that you can run Windows software on OS X at native speed... And

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-08 Thread Dimi Paun
From: "Gerold J. Wucherpfennig" <[EMAIL PROTECTED]> Cool stuff Gerold. A few nits: > + if(PFCI_INT(hfci)->fNextCab==TRUE) { It's better to avoid explicit comparison with TRUE. What if fNextCab is 10, not 1? It's still true, but it will fail the above test. Just do: + if(PFCI_INT(hfci)->fNextC

Problems in bitblt (in x11drv)

2005-06-08 Thread David Albrecht
Sorry about the resend, but I used an old copy of the source inadvertently. I'm new to wine and relatively new to windows programming being mostly a unix hack. Just for yucks I thought I'd get a relatively simple app emu48 to work. Turns out emu48 is not so simple (multi-threaded, etc.). First

Problems in bitblt (in x11drv)

2005-06-08 Thread David Albrecht
I'm new to wine and relatively new to windows programming being mostly a unix hack. Just for yucks I thought I'd get a relatively simple app emu48 to work. Turns out emu48 is not so simple (multi-threaded, etc.). First task towards functionality is to get the boot up display to look right and a

RE: setupapi - Danish and Swedish Translations

2005-06-08 Thread Casper Hornstrup
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105 +STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION +CAPTION "Overførere Filer..." +FONT 8, "MS Shell Dlg" +BEGIN Should be: +CAPTION "Overfører Filer..." > -Original Message- > From: [EMAIL PROTEC

Re: sysparams: Read the entire logfont from the registry if it's present

2005-06-08 Thread Rein Klazes
On Wed, 8 Jun 2005 12:32:27 +0100, you wrote: > > /*** > + * reg_get_logfont > + * > + * Tries to retrieve logfont info from the specified key and value > + */ > +static BOOL reg_get_logfont(LPCWSTR key, LPCWSTR v

Re: config check for videodev.h

2005-06-08 Thread Juan Lang
Replying to you both.. Adrian wrote: > The following patch fixes it for me, but I have little knowledge of > autoconf, so I'm not sure if I've done the right thing? That looks correct to me.. Dustin wrote: > I don't think that would be appropriate, as systems that have > sys/time.h may not alway

Re: Work being done at the File Creation Interface of Cabinet.DLL

2005-06-08 Thread Gerold J. Wucherpfennig
On Saturday 21 May 2005 13:19, Mike Hearn wrote: > On Sat, 21 May 2005 13:01:47 +0200, Gerold J. Wucherpfennig wrote: > > I just want to let you know that I'm working at the FCI functions of > > CABINET.DLL > > Woohoo! Go Gerold! Let us know how it goes, maybe use a Wiki page if the > work is going

Re: config check for videodev.h

2005-06-08 Thread Dustin Navea
I don't think that would be appropriate, as systems that have sys/time.h may not always have sys/types.h .. I think probably #ifdef HAVE_SYS_TYPES_H #include #endif and of course you gotta have the lines to define HVE_SYS_TYPES_H If you don't know autoconf very well, just look for where all o

Re: wine-systray problem

2005-06-08 Thread Mike Hearn
On Wed, 08 Jun 2005 01:36:17 +0300, MediaHost (TM) wrote: > If we are at it.on GNOME it doesn't work at allat least not > with version 2.2 Yes I know. I wrote a patch to fix this two or three years ago but it was never merged.

config check for videodev.h

2005-06-08 Thread Adrian Harvey
I have been trying to test out the new webcam support with MSN, and have been having some trouble getting it to work. I have traced my problems back to an error in configure failing to compile the test for videodev.h, and therefore thinking that I have no v4l support. /usr/include/linux/videodev.

Turning off the exception dialog

2005-06-08 Thread Robert Lunnon
The latest build of wine I am getting a dialog telling me about an exception rather than wine just dumping core. gdb can't catch the point of the exception allowing me to debug the problem. From memory there is a way to turn off this "feature" no ? Bob

[Resent]Request: Detect a broken pipe

2005-06-08 Thread Uwe Bonnes
Hallo, Alexandre just added my testcase to wine-patches, fingerpointing at a todo_wine() with wine not seeing a broken pipe. This still keeps Altera Quartus from starting up. I tried to fix for myself for some time , but to no avail. Any help/patches welcome. Thanks -- Uwe Bonnes