Re: USER32: Sysparams unit tests fixes and additions

2005-03-01 Thread Justin Chevrier
Paul Vriens wrote: On Tue, 2005-03-01 at 05:53, [EMAIL PROTECTED] wrote: Changelog: * Created SPI_{GET,SET}KEYBOARDPREF and SPI_{GET,SET}SCREENREADER unit tests * Removed a trace that shouldn't have been there * Add return checking to SPI_{GET,SET}WHEELSCROLLLINES and SPI_{GET,SET}MENUSHOWDELAY

re: gcov and Wine (was: Re: Wine cabinet.dll FDI Conformace Test Patch)

2005-03-01 Thread Dan Kegel
Mike Hearn wrote: By the way, I talked to Alexandre about the GCOV stuff, basically he wants us to find out why arc profiling borks the preloader. Then the idea is it can be enabled just using CFLAGS. (You're confusing the UCLA guys with the Harvey Mudd guys, Mike!) Here's what [EMAIL PROTECTED] wr

Re: [wined3d] texture interface separation.

2005-03-01 Thread Oliver Stieber
> > Maybe you should check out emacs, it has some pretty > powerful interactive > merge abilities that let you select particular > chunks to apply, shows you > the exact parts that changed and you can edit the > document at the same > time. > It's not that long since I bothered to learning m

Re: vartest.c - major pain in the build process

2005-03-01 Thread Dmitry Timoshkov
"Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > > We can't really separate the tests, but still want the tests to show > > reasonable results in order to compare behaviour with Wine and to track > > the regressions. I don't see the point of publishing broken tests, and > > why running tests interact

Re: [wined3d] texture interface separation.

2005-03-01 Thread Mike Hearn
On Tue, 01 Mar 2005 20:08:23 +, Oliver Stieber wrote: > CVS integration wasn't working properly, and I keep > getting errors like > no depot spec at > /usr/lib/perl5/vendor_perl/5.8.5/SVK/XD.pm line 280. Yes, don't try and branch from CVS directly. It supports that but there are some bugs tha

Re: [PATCH] Added 2 functions to shell32

2005-03-01 Thread Joris Huizer
Gianluigi Tiesi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Changelog: ~ Fixed c:\test vs c:\test123 I really can implement it as m$ does but I think is very crazy to go around some dll, just to make a subpath match. Original m$ code calls: SHGetFolderPath, PathRemoveBackslash, PathCommo

Help with winebuild/winegcc

2005-03-01 Thread Ivan Leo Puoti
Hello, I'm trying to get a program in the programs/ directory to export symbols, I've added -shared path/to/spec/spec.c to the linker command, but I now get a segmentation fault at startup. Can someone knowledgeable about winegcc/winebuild give me a suggestion/solution? I'm really stuck because of

Re: AppDB SQL Errors

2005-03-01 Thread Jeremy Newman
I'll look into this. I have been unable to reproduce it thus far. If it continues, please file a bugzilla bug on it. On Tue, 2005-03-01 at 12:00 +0100, Paul van Schayck wrote: > Hey, > > On Mon, 28 Feb 2005 17:52:25 -0800, Scott Ritchie <[EMAIL PROTECTED]> wrote: > > Here: > > http://www.swissarm

Re: CVS SERVER OUT OF SPACE?

2005-03-01 Thread Jeremy Newman
Sorry about that. All fixed now. On Tue, 2005-03-01 at 17:04 +, Oliver Stieber wrote: > Hi, > It looks like cvs server has run out of diskspace. > > cvs update reports. > > cvs server: Updating . > cvs server: failed to create lock directory for > `/home/wine/wine' (/home/wine/wine/#cvs.lock

Re: Regression in Rebar

2005-03-01 Thread Maxime Bellengé
You were wrong :), your patch makes emule rebar work again. Thanks Max On Tue, 2005-03-01 at 13:43 -0600, Robert Shearman wrote: > Maxime Bellengà wrote: > > >>Maxime Bellengà wrote: > >> > >> > >> > >>>Hello > >>> > >>>This patch is causing a regression in emule, the rebar simply does not

Re: vartest.c - major pain in the build process

2005-03-01 Thread Ivan Leo Puoti
On Tue, 1 Mar 2005 08:29:00 +0800, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Jakob Eriksson" <[EMAIL PROTECTED]> wrote: > > > >I have to repeat again: Winword, Photoshop, Internet Explorer or any other > > >application I and most (if not all) developers and users are care about do > > >not >

Re: [wined3d] texture interface separation.

2005-03-01 Thread Oliver Stieber
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > On Tue, 01 Mar 2005 19:15:38 +, Oliver Stieber > wrote: > > I'll give it another go, svk doesn't seem too > happy > > though. > > What went wrong last time? CVS integration wasn't working properly, and I keep getting errors like no depot spec at /

Re: Regression in Rebar

2005-03-01 Thread Robert Shearman
Maxime Bellengé wrote: Maxime Bellengé wrote: Hello This patch is causing a regression in emule, the rebar simply does not display. trace:rebar:REBAR_DumpBand hwnd=0x1003a: color=/, bands=1, rows=1, cSize=1280,112 trace:rebar:REBAR_DumpBand hwnd=0x1003a: flags=,

Re: [wined3d] texture interface separation.

2005-03-01 Thread Mike Hearn
On Tue, 01 Mar 2005 19:15:38 +, Oliver Stieber wrote: > I'll give it another go, svk doesn't seem too happy > though. What went wrong last time? > I've had a look around and still can't find a simple > merge tool, or a simple tool that lets me edit and > merge at the same time. I'm not sure

Re: [wined3d] texture interface separation.

2005-03-01 Thread Oliver Stieber
> > It does exist, SVK can do that and I've been using > it to manage > incremental diffs with the DCOM stuff. Only issue is > that it needs to be > set up first. > > Basically: > > 1) Install SVK > 2) Do an "svk import" of the clean WineHQ source > tree > 3) Build it > 4) Apply your first patch

Re: Regression in Rebar

2005-03-01 Thread Maxime Bellengé
Here is the log. I started emule and then quit. a+ Max On Tue, 2005-03-01 at 12:30 -0600, Robert Shearman wrote: > Maxime Bellengà wrote: > > >Hello > > > >This patch is causing a regression in emule, the rebar simply does not > >display. > > > >a+ > > > >Maxime > > > >Modified files: > > d

Re: Tools for identifying what a DLL provides?

2005-03-01 Thread Andreas Mohr
Hi, On Mon, Feb 28, 2005 at 09:52:06AM -0800, Bill Medland wrote: > Yes, but they aren't going to throw the arguments and return types out are > they? The only way to do that, surely, is disassembly to see what is > referenced off the stack and returned? In the case of C, that has to be done, y

Re: Regression in Rebar

2005-03-01 Thread Robert Shearman
Maxime Bellengé wrote: Hello This patch is causing a regression in emule, the rebar simply does not display. a+ Maxime Modified files: dlls/comctl32 : rebar.c Log message: Robert Shearman <[EMAIL PROTECTED]> - Make row number be zero-based. - Improvements to dumping functions to not dump out

Re: [wined3d] texture interface separation.

2005-03-01 Thread Mike Hearn
On Tue, 01 Mar 2005 17:02:40 +, Oliver Stieber wrote: > patch -p 0 --dry-run -i > ../../wined3d_texture_interface_separation_os_1.patch > > worked ok for me, > > patch --dry-run ... didn't > it looks like patch is stripping 1 path by default on > my system. But that is correct, no? I alwa

Regression in Rebar

2005-03-01 Thread Maxime Bellengé
Hello This patch is causing a regression in emule, the rebar simply does not display. a+ Maxime Modified files: dlls/comctl32 : rebar.c Log message: Robert Shearman <[EMAIL PROTECTED]> - Make row number be zero-based. - Improvements to dumping functions to no

Re: [wined3d] texture interface separation.

2005-03-01 Thread Mike Hearn
On Tue, 01 Mar 2005 18:01:54 +, Oliver Stieber wrote: > if one doesn't exist I'll write it and put it on my > site. It does exist, SVK can do that and I've been using it to manage incremental diffs with the DCOM stuff. Only issue is that it needs to be set up first. Basically: 1) Install SVK

Re: [wined3d] texture interface separation.

2005-03-01 Thread Oliver Stieber
> wrote: > > > > Hi, > > > >This patch start to separate the interfaces > in > > > > wine3d3. Complete separation requires > > > queryInterface > > > > support which I'll send through soon, this > patch > > > has > > > > no dependencies but provides the final > interface > > > > needed by late

CVS SERVER OUT OF SPACE?

2005-03-01 Thread Oliver Stieber
Hi, It looks like cvs server has run out of diskspace. cvs update reports. cvs server: Updating . cvs server: failed to create lock directory for `/home/wine/wine' (/home/wine/wine/#cvs.lock): No space left on device cvs server: failed to obtain dir lock in repository `/home/wine/wine' cvs [serve

Re: [wined3d] texture interface separation.

2005-03-01 Thread Oliver Stieber
--- Paul Vriens <[EMAIL PROTECTED]> wrote: > On Mon, 2005-02-28 at 23:26, Oliver Stieber wrote: > > Hi, > >This patch start to separate the interfaces in > > wine3d3. Complete separation requires > queryInterface > > support which I'll send through soon, this patch > has > > no dependencies b

Re: vartest.c - major pain in the build process

2005-03-01 Thread Jakob Eriksson
Dmitry Timoshkov wrote: "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: We can just have winrash run in interactive mode. Once tests are ready to run, a message pops up saying "new tests available" or something of the sort, the user then chooses to run them now or later, like the windows automatic u

Re: [PATCH] Added 2 functions to shell32

2005-03-01 Thread Gianluigi Tiesi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Changelog: ~ Fixed c:\test vs c:\test123 I really can implement it as m$ does but I think is very crazy to go around some dll, just to make a subpath match. Original m$ code calls: SHGetFolderPath, PathRemoveBackslash, PathCommonPrefix :) - -- Gianluig

Re: Wine cabinet.dll FDI Conformace Test Patch

2005-03-01 Thread Mike Hearn
By the way, I talked to Alexandre about the GCOV stuff, basically he wants us to find out why arc profiling borks the preloader. Then the idea is it can be enabled just using CFLAGS. Until that happens though are you generating lcov output anywhere?

Re: winedbg questions

2005-03-01 Thread Pouech Eric DMI AEI CAEN
> I'm trying to use winedbg to run the direct sound regression> tests and have two questions:> > Execution stops when starting the first dsound.dll thread. Is> this normal? Is the stack trace with no symbol information> normal? no, because of this in your trace Couldn't initiate DbgHelpthe only r

winedbg questions

2005-03-01 Thread Robert Reif
I'm trying to use winedbg to run the direct sound regression tests and have two questions: Execution stops when starting the first dsound.dll thread. Is this normal? Is the stack trace with no symbol information normal? Typing c continues to the exception I am interested in but the stack trace ha

Re: wine/dlls/comctl32 status.c

2005-03-01 Thread Thomas Weidenmueller
Alexandre Julliard wrote: Log message: Filip Navara <[EMAIL PROTECTED]> Implement SB_SETBORDERS. Just FYI: Win95, 98, 98SE, ME, NT4, NT5.0, NT5.1 and later do not support this message even though MS Office might try to use them. Best Regards, Thomas

Re: AppDB SQL Errors

2005-03-01 Thread Paul van Schayck
Hey, On Mon, 28 Feb 2005 17:52:25 -0800, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Here: > http://www.swissarmygeek.com/winesqlerr.gif These are errors outside the control of PHP. This is caused by the mysql daemon not responding correctly to a correct query. Paul

Re: Patch for wsock32 conformance test

2005-03-01 Thread Alexandre Julliard
Thomas Kho <[EMAIL PROTECTED]> writes: > We're working on a set of tests for wsock32.dll with guidance from Dan > Kegel. So far we've > completed a test of blocking network I/O with multiple threads. > Attached is a patch from our efforts. We look forward to suggestions. This stuff should be merg

Re: [programs/regedit] Use Favorit* instead of Favourit*

2005-03-01 Thread Paul Vriens
On Mon, 2005-02-28 at 22:04, Robert Shearman wrote: > Paul Vriens wrote: > > >Hi, > > > >Our regedit displays Favourites in the menu. This patch changes that to > >use Favorites. The patch also changes the variables with FAVOURITE in > >the name. The reasoning is: > > > >a. Windows uses Favorite(s