Re: msvcrt: portable printf integer conversions

2005-09-26 Thread Mike McCormack
Jesse Allen wrote: I've read various printf implementation over time. The last one, ReactOS, seemed to provide support for numbering systems base 2 through 36. You'll see my version does mimic theirs, but we never do anything other than 8, 10, and 16. I'm not sure if there is any printf out

Re: Steam broken again

2005-09-26 Thread Ivan Gyurdiev
Are you talking about the War3 installer or something else? No...the game no longer runs - it crashes right after you start playing: http://bugs.winehq.org/show_bug.cgi?id=3343

Re: msvcrt: portable printf integer conversions

2005-09-26 Thread Jesse Allen
On 9/26/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Hi Jesse, > > > Code to handle %I64 and %I32 has been missing for a while. Thanks for > looking into this. > > Please make sure to write some test cases, as changing it will probably > break something (or even make some of the current test

Re: setupapi: implement SetupGetInfFileListW and SetupGetInfInformationW

2005-09-26 Thread Steven Edwards
Hi Rob, On 9/24/05, Robert Shearman <[EMAIL PROTECTED]> wrote: > >-else err = parse_buffer( file, buffer, (WCHAR *)((char *)buffer + > >size), error_line ); > >+else > >+{ > >+WCHAR *new_buff = (WCHAR *)buffer; > >+/* Some UNICODE files may start with the UNICODE marke

Re: msvcrt: portable printf integer conversions

2005-09-26 Thread Mike McCormack
Hi Jesse, Jesse Allen wrote: Here's a patch to start the work on getting our own printf number conversions done internally. It adds pf_integer_conv, which is capable of handling d,x,o,u,i. However, a large part of my intent is to add support for I64 size integers. So I've decided to only fow

Re: Steam broken again

2005-09-26 Thread Jesse Allen
On 9/26/05, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: that would be useful for hunting down what broke > Warcraft3/Fthrone as well. I'll give it a try over the weekend. > Are you talking about the War3 installer or something else?

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
> > Ok, if I delete /usr/lib/wine/usp10.dll.so then Notes will start. > > Weird side effect is that the fonts in the menus are anti-aliased, but the > main window of notes is not. If I fall back the the previous version all > the fonts are properly smoothed. So I got Notes Running and then I tried

Re: winsock2 header missing function prototypes

2005-09-26 Thread James Hawkins
On 9/26/05, James Hawkins <[EMAIL PROTECTED]> wrote: > Hey, > > While trying out example code from msdn covering windows sockets, I > ran into a problem with the winsock2.h header. The example only > included winsock2.h and used the socket() function. While compiling > with winelib, gcc complaine

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
On Monday 26 September 2005 08:11 pm, Troy Rollo wrote: > On Tue, 27 Sep 2005 12:06, Kevin DeKorte wrote: > > Actually I retested with a clean CVS build and setting usp10.dll to be > > native and then running wine nlnotes it crashes with the following > > ... > > > fixme:uniscribe:ScriptCacheGetHei

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Oliver Stieber
--- Kevin DeKorte <[EMAIL PROTECTED]> wrote: > On Monday 26 September 2005 06:50 pm, Kevin DeKorte wrote: > > On Monday 26 September 2005 05:43 pm, Troy Rollo wrote: > > > On Tue, 27 Sep 2005 08:53, Kevin DeKorte wrote: > > > > Here is a patch that fixes the "Call from 0x4154ba5c to unimplemented

winsock2 header missing function prototypes

2005-09-26 Thread James Hawkins
Hey, While trying out example code from msdn covering windows sockets, I ran into a problem with the winsock2.h header. The example only included winsock2.h and used the socket() function. While compiling with winelib, gcc complained that socket is not a function. I looked through winsock2.h an

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Oliver Stieber
--- Troy Rollo <[EMAIL PROTECTED]> wrote: > On Tue, 27 Sep 2005 10:50, Kevin DeKorte wrote: > > On Monday 26 September 2005 05:43 pm, Troy Rollo wrote: > > > > Does it work if you just delete usp10.dll.so from your > > > /usr/local/lib/wine (or equivalent) directory? > > > > Yes > I've found t

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Troy Rollo
On Tue, 27 Sep 2005 12:06, Kevin DeKorte wrote: > Actually I retested with a clean CVS build and setting usp10.dll to be > native and then running wine nlnotes it crashes with the following ... > fixme:uniscribe:ScriptCacheGetHeight 0xa60,0x61c0d0f0,0x4190ea8c > fixme:uniscribe:ScriptCacheGetHeight

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Troy Rollo
On Tue, 27 Sep 2005 10:50, Kevin DeKorte wrote: > On Monday 26 September 2005 05:43 pm, Troy Rollo wrote: > > Does it work if you just delete usp10.dll.so from your > > /usr/local/lib/wine (or equivalent) directory? > > Yes OK, then a correct fix would involve implementing (or at least providing

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
On Monday 26 September 2005 06:50 pm, Kevin DeKorte wrote: > On Monday 26 September 2005 05:43 pm, Troy Rollo wrote: > > On Tue, 27 Sep 2005 08:53, Kevin DeKorte wrote: > > > Here is a patch that fixes the "Call from 0x4154ba5c to unimplemented > > > function usp10.dll.ScriptCacheGetHeight, abortin

Re: build errors

2005-09-26 Thread Marcelo Duarte
Oliver Stieber escreveu: --- Phil Krylov <[EMAIL PROTECTED]> wrote: Hi, I can't build current CVS version of Wine: I had exactly the same problem, I found that cleaning out my local tree and fetching everything from CVS fixed the problem. To fix the problem for me, instead of c

Re: Steam broken again

2005-09-26 Thread Ivan Gyurdiev
Tony Lambregts wrote: Ivan Gyurdiev wrote: Is anyone interested in looking at: http://bugs.winehq.org/show_bug.cgi?id=3293 I can provide trace output, if you let me know what you need traced (ole? dbghelp? oleaut?). It would be nice if Steam could be made to work, so Oliver's D3D work can

Re: RICHED20: fix stylesheet reading and input callback

2005-09-26 Thread Ivan Gyurdiev
Krzysztof Foltman wrote: ChangeLog: * Optional destinations in stylesheets are now skipped properly (and not treated as the "proper" styles as they were before) * EOF condition in the middle of the stylesheet is no longer putting the reader into infinite loop * Half-full input buffers don't trig

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
On Monday 26 September 2005 05:43 pm, Troy Rollo wrote: > On Tue, 27 Sep 2005 08:53, Kevin DeKorte wrote: > > Here is a patch that fixes the "Call from 0x4154ba5c to unimplemented > > function usp10.dll.ScriptCacheGetHeight, aborting" Problem > > > > But it crashes now with this message > > Does it

Re: RH8 spec for 20050830

2005-09-26 Thread Vincent Béron
Le lun 26/09/2005 à 14:59, Michael Ost a écrit : > Can someone who understands wine build issues review this RPM spec file > for me, please? Attached is the spec file I'm using for 20050830 on RH8 (not finished building on all other distributions yet). > The RPMs for Redhat 8 are getting pretty

Re: Steam broken again

2005-09-26 Thread Tony Lambregts
Ivan Gyurdiev wrote: Is anyone interested in looking at: http://bugs.winehq.org/show_bug.cgi?id=3293 I can provide trace output, if you let me know what you need traced (ole? dbghelp? oleaut?). It would be nice if Steam could be made to work, so Oliver's D3D work can be tested w/ Half Life 2.

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Troy Rollo
On Tue, 27 Sep 2005 08:53, Kevin DeKorte wrote: > Here is a patch that fixes the "Call from 0x4154ba5c to unimplemented > function usp10.dll.ScriptCacheGetHeight, aborting" Problem > > But it crashes now with this message Does it work if you just delete usp10.dll.so from your /usr/local/lib/wine

Re: Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
On Monday 26 September 2005 11:01 am, Kevin DeKorte wrote: > I updated CVS yesterday and then tried to run notes 6.51 and got this > backtrace. It works fine with 20050726 > Here is a patch that fixes the > wine: Call from 0x4154ba5c to unimplemented function > usp10.dll.ScriptCacheGetHeight, abo

Re: build errors

2005-09-26 Thread Oliver Stieber
--- Phil Krylov <[EMAIL PROTECTED]> wrote: > Hi, > > I can't build current CVS version of Wine: > > ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./kernel32.spec > comm.drv.spec.o krnl386.exe.spec.o stress.spec.o system.drv.spec.o > toolhelp.spec.o win87em.spec.o windebug.spec.o a

Re: listview crash fix

2005-09-26 Thread Dimi Paun
On Mon, 2005-09-26 at 08:22 -0700, Duane Clark wrote: > It seems to fix the problem for me. Cool, thanks for the response, I'll submit a patch soon. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

build errors

2005-09-26 Thread Phil Krylov
Hi, I can't build current CVS version of Wine: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./kernel32.spec comm.drv.spec.o krnl386.exe.spec.o stress.spec.o system.drv.spec.o toolhelp.spec.o win87em.spec.o windebug.spec.o atom16.o error16.o kernel16.o registry16.o toolhelp16.o win8

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-26 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > Both this and the malloc issue can be fixed. However, I don't see why > this should prevent the > test patch from being submitted, unless there is a policy about not > allowing tests that do not yet > pass with current code. Yes, there is such

MS VisualBasic apps have no minimize/maximise buttons, no taskbar button - RFC, help debugging

2005-09-26 Thread Alex Villací­s Lasso
The following is a problem I have been having with every single VisualBasic application for some time, and I ask for your help now: Every single VisualBasic application I have tried lacks the minimize and maximize buttons, even when the application is supposed to have them. In addition, the ta

Re: winspool/tests: New Testsuite (coding style)

2005-09-26 Thread Detlef Riekenberg
Am Sonntag, den 25.09.2005, 19:17 -0600 schrieb Vitaliy Margolen: > No kidding it's so large! You can shrink it down to probably 10% of it's > current > size. We will see, what's left after rework. > > +/* A Separator makes the source more readable but i try to red

RH8 spec for 20050830

2005-09-26 Thread Michael Ost
Can someone who understands wine build issues review this RPM spec file for me, please? The RPMs for Redhat 8 are getting pretty long in the tooth on the Wine downloads page... dating back to May 24. I wanted to build a source RPM to work with, so I modified the 20050524 spec file for 20050830.

Re: Auto-register d3drm too?

2005-09-26 Thread Lionel Ulmer
On Mon, Sep 26, 2005 at 12:48:04AM +0200, Francois Gouget wrote: > d3drm.dll has exactly the same issue as d3dxof.dll. It depends on the > CLSID\{4516EC41-8F20-11D0-9B6D-C0781BC3} registry key but it is > unclear how this key is supposed to be created. It seems to be the same issue that we h

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-26 Thread Francois Gouget
On Mon, 26 Sep 2005, Alex Villací­s Lasso wrote: [...] Why is malloc() evil even if it is only used internally and its memory is freed before returning the results? I think this is because it introduces a dependency on msvcrt.dll on the Windows and ReactOS platforms. So it's better to stick to

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-26 Thread Alex Villací­s Lasso
Alexandre Julliard wrote: Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: Last week I sent the following patches that add DECIMAL support for OLEAUT32: 1) Tests for all missing functionality: http://www.winehq.org/pipermail/wine-patches/2005-September/020849.html 2) Call VarDecDiv and Var

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-26 Thread Alex Villací­s Lasso
Maximiliano Curia wrote: Hi, I'm trying to use a program called "siap"[1] under wine. It's the required program to pay taxes that the Argentinian government uses. So, it's quite important for the free software community in Argentina to be able to use it in a free software environment. However

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-26 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > Last week I sent the following patches that add DECIMAL support for > OLEAUT32: > 1) Tests for all missing functionality: > http://www.winehq.org/pipermail/wine-patches/2005-September/020849.html > 2) Call VarDecDiv and VarDecSub from variant.c:

Re: bugzilla cleanup status

2005-09-26 Thread Jonathan Ernst
It's jernst Bye. Le lundi 26 septembre 2005 à 21:09 +0530, Vijay Kiran Kamuju a écrit : > Total Available bugs - 1280 (as of now) > Jonathan Ernst could you give me your irc id, do you hang around irc > Thanks, > Vijay > > > -- Jonathan Ernst <[EMAIL PROTECTED]> signature.asc Description

OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-09-26 Thread Alex Villací­s Lasso
Last week I sent the following patches that add DECIMAL support for OLEAUT32: 1) Tests for all missing functionality: http://www.winehq.org/pipermail/wine-patches/2005-September/020849.html 2) Call VarDecDiv and VarDecSub from variant.c: http://www.winehq.org/pipermail/wine-patches/2005-Septembe

Wine CVS as of 9/25/2005 Kills Notes

2005-09-26 Thread Kevin DeKorte
I updated CVS yesterday and then tried to run notes 6.51 and got this backtrace. It works fine with 20050726 wine ./nlnotes Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Wa

Re: Documentation volunteer(s) needed

2005-09-26 Thread Brian Vincent
On 9/23/05, josephblack <[EMAIL PROTECTED]> wrote: > www.wine-wiki.org has been compiling tips from the wine mailing lists. > I had planned to use it to update the documentation, but keeping up > with the lists has kept me busy. > > After some discussion, Jason (the owner) has confirmed he would li

bugzilla cleanup status

2005-09-26 Thread Vijay Kiran Kamuju
Total Available bugs - 1280 (as of now) Jonathan Ernst could you give me your irc id, do you hang around irc Thanks, Vijay

Re: fix scollbar off by one error

2005-09-26 Thread Duane Clark
Andreas Mohr wrote: Hi, On Mon, Sep 26, 2005 at 05:08:09PM +0530, Vijay Kiran Kamuju wrote: Changelog --- fix scrollbar off by one error (bug 765) r = *rect; if( vertical ) -r.bottom = r.top + arrowSize; +r.bottom = (r.top++) + arrowSize; else -r.right = r.lef

Re: listview crash fix

2005-09-26 Thread Duane Clark
Dimi Paun wrote: On Mon, 2005-09-26 at 03:29 +0200, Michael Jung wrote: Sorry, I'm currently on vacation in Peru and won't be able to test this for the next three weeks. It's OK, I guess it can wait until you come back, or maybe Phil can take it for a spin in the meantime. It seems to fix t

Re: [Now ns7] Dragon ns8 problem

2005-09-26 Thread peter
On Mon, 26 Sep 2005 09:32:44 +0200, Jean Magnan de Bornier <[EMAIL PROTECTED]> wrote: But I have a difficulty when setting the sound level: when it is done, a bell starts ringing and nothing seems to be able to stop it. Are you still using alsa ? I did not get anywhere until I used alsa-oss.

Re: [Now ns7] Dragon ns8 problem

2005-09-26 Thread peter
Thanks for comparing notes, I seem to be having more trouble with wine than anything else at the moment. I cant get fonts to be a readable size so I cant even run winecfg. Too much swapping versions and something has got screwed up . I've uninstalled wine completely and renamed ~/.wine but

re: [bug824] update

2005-09-26 Thread Dan Kegel
Vijay wrote: > Any comments on why this patch has not been commited > http://www.winehq.org/pipermail/wine-patches/2004-October/013221.html Probably because it does not include a conformance test. If you like, you could help by turning http://members.cox.net/~rgalbraith10/wine/bug824/demo824.c int

Re: tiny fonts on cvs

2005-09-26 Thread Ray Jones
piments.com> writes: > > I want to use ~/.wine/c , do you know if it is safe to change the link in > dosdevices? > There should be no problem if you do so. In fact, I do it "everyday" ; However, the (wine's) registry is not stored on the "c-drive", so there is atleast the possibility that

Re: user: make A->W WM_GETTEXTLENGTH use WM_GETTEXT [try 4]

2005-09-26 Thread Jonathan Ernst
This patch fixes Bug #3404 as well. Le samedi 24 septembre 2005 à 17:33 +0200, Frank Richter a écrit : > On 22.09.2005 16:57, Frank Richter wrote: > > Diff to try 3: Use less callbacks, only pass window func. SendMessageW() > > is used in case the func is 0. > > > > Frank Richter <[EMAIL PROTECT

Re: mlang

2005-09-26 Thread Aric Stewart
Well, looks like i misread the MSDN page on that one. Thanks! I will rewrite those parts of the code to use that. -aric Dmitry Timoshkov wrote: "Aric Stewart" <[EMAIL PROTECTED]> wrote: I did not see a way to go both ways. From a CHARSET to CodePage was given in TranslateCharsetInfo but

Re: Rendering problem when scrolling license agreement in Picasa installer

2005-09-26 Thread Rein Klazes
On Sun, 18 Sep 2005 14:03:39 -0700, you wrote: >http://bugs.winehq.org/show_bug.cgi?id=3348 >describes a scrolling problem that is probably pretty >easy to fix. > >The nullsoft(?) installer used by picasa 2 >seems to have a problem with text scrolling >in the latest snapshot of wine. Scrolling >u

Re: [Now ns7] Dragon ns8 problem

2005-09-26 Thread Jean Magnan de Bornier
Le 26 septembre à 09:32:44 Jean Magnan de Bornier <[EMAIL PROTECTED]> écrit notamment: | When starting ns the first time, it complains about rpcrt4.dll missing Sorry! It is comdlg32.dll, not rpcrt4.dll. | , got it from the dll archive on the web, then starts fine. cheers, -- Jean Magnan d

[bug50] update

2005-09-26 Thread Vijay Kiran Kamuju
could please explain whats wrong with this patch http://www.winehq.org/pipermail/wine-patches/2005-June/017959.html This fixes bug[50 Thanks, Vijay

Re: fix scollbar off by one error

2005-09-26 Thread Andreas Mohr
Hi, On Mon, Sep 26, 2005 at 05:08:09PM +0530, Vijay Kiran Kamuju wrote: > Changelog > --- > fix scrollbar off by one error (bug 765) r = *rect; if( vertical ) -r.bottom = r.top + arrowSize; +r.bottom = (r.top++) + arrowSize; else -r.right = r.left + arrowSize; +

[bug824] update

2005-09-26 Thread Vijay Kiran Kamuju
Hi, Any comments on why this patch has not been commited http://www.winehq.org/pipermail/wine-patches/2004-October/013221.html Thanks, Vijay

Re: tiny fonts on cvs

2005-09-26 Thread wino
many thanks !! so simple when you know the right answer. Do you know if it is safe to modify Drive_c afterwards, or if there is a way to get wineprefixcreate to call it something else. I had a look with regedit and I cant see any reference to drive_c but I am a bit wary of creating unneces

Re: tiny fonts on cvs

2005-09-26 Thread Ray Jones
piments.com> writes: > > HI, > > I am getting miniscule 2.5 point fonts on my new wine-cvs. > > some dlgs come up ok but winecfg inparticular is unreadably small. > > suggestions pls. > > I had this problem, too, but only if I used the Sidenet-tool (1.8.4). This was "fixed" after copying

Re: [Now ns7] Dragon ns8 problem

2005-09-26 Thread Jean Magnan de Bornier
Le 24 septembre à 10:39:53 [EMAIL PROTECTED] écrit notamment: | Jean, Hi, I nearly totally gave up these days; tried all of wine ebuilds coming with gentoo; on my system only 20050725-r1 allows me installing ns7 standard. So: > | gentoo ; kernel 2.6.22 with alsa and alsa-oss; wine 20050524; NS