Re[2]: Move notifies around to match native

2005-04-15 Thread Vitaliy Margolen
Thursday, April 14, 2005, 2:49:45 PM, you wrote: > {Set,Get}DCBrushColor do something different to what you expect. They > set the DC_BRUSH colour, not the colour of the current brush selected > into the DC. You can get select it into the DC using > SelectObject(GetStockObject(DC_BRUSH)). The con

Re: Hexdumping function?

2005-04-15 Thread Mike McCormack
Benjamin Cutler wrote: I'm writing a conformance test for my implementation of powrprof.dll that I've been working on, and something I'd like to do in the test is dump the contents of some structs to the screen without trying to make it pretty. I cobbled together the following function, but I'd lik

Re: Exception in wcstombs_sbcs

2005-04-15 Thread Dmitry Timoshkov
"Paul Vriens" <[EMAIL PROTECTED]> wrote: > when I run the latest Process Explorer (Version 9.0.3) I sometimes get > an exception: > > fixme:ntdll:NtQuerySymbolicLinkObject (0x777e2ce4,0x777ebc28,0x12e4f878) > stub > wine: Unhandled exception (thread 000b), starting debugger... [skipped] > Is th

Re: Is this an acceptable fix? If so I'll fix the rest of the file.

2005-04-15 Thread Dmitry Timoshkov
"Jakob Eriksson" <[EMAIL PROTECTED]> wrote: > @@ -1109,7 +1109,7 @@ > bufdesc.dwSize=sizeof(bufdesc); > bufdesc.dwFlags=DSBCAPS_PRIMARYBUFFER|DSBCAPS_CTRL3D; > rc=IDirectSound_CreateSoundBuffer(dso,&bufdesc,&primary,NULL); > -ok(rc==DS_OK && primary!=NULL,"IDirectSound_CreateSou

Hexdumping function?

2005-04-15 Thread Benjamin Cutler
I'm writing a conformance test for my implementation of powrprof.dll that I've been working on, and something I'd like to do in the test is dump the contents of some structs to the screen without trying to make it pretty. I cobbled together the following function, but I'd like to know if there's so

Re: advapi32 registry test, fail gracefully when no permissions

2005-04-15 Thread James Hawkins
On 4/14/05, Jakob Eriksson <[EMAIL PROTECTED]> wrote: > > ERROR_PRIVILEGE_NOT_HELD returned for NT4 here: > > http://test.winehq.org/data/200504141000/nt4_IDWASEMPTY/advapi32:registry.txt > > > Index: dlls/advapi32/tests/registry.c > =

Re: Threading Issues with DInput/Joysticks

2005-04-15 Thread Robert Reif
Dylan Taft wrote: http://veracity.ath.cx/~diefool/failure.gz Log is about 100 megs unzipped. This is pretty bizzare. I gzipped a +all log. When a joystick is plugged into my machine, many dinput apps crash with meaningless backtraces unrelated to dinput. It affects a fair amount of apps http://w

winiet/ftp.c question about a strncpy elimination

2005-04-15 Thread Peter Berg Larsen
What is the correct behaviour in FtpGetCurrentDirectory if the buffer parameter is to small? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/ftpgetcurrentdirectory.asp Index: dlls/wininet/ftp.c ===

Re: TrashCan Day 3 - Use FreeDesktop TrashCan

2005-04-15 Thread Steven Edwards
Hi, --- Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]> wrote: > Well actually KDE 3.4 uses the trash specs. Was the ones before which doesn't > use it. Ok great. I only have 3.3 on my devel system. I will update and check it out. Thanks Steven

Re: TrashCan Day 3 - Use FreeDesktop TrashCan

2005-04-15 Thread Diego 'Flameeyes' Pettenò
On Friday 15 April 2005 21:42, Steven Edwards wrote: > currently KDE does something totally different Well actually KDE 3.4 uses the trash specs. Was the ones before which doesn't use it. -- Diego "Flameeyes" Pettenà http://wwwstud.dsi.unive.it/~dpetteno/ pgpQtjTtmVME1.pgp Description: PGP sig

TrashCan Day 3 - Use FreeDesktop TrashCan

2005-04-15 Thread Steven Edwards
Hi, Yes I know this does not look that nice atm. Its still a work in progress but you get the idea of where I am going with it. With this patch any SHFileOperation with the FOF_ALLOWUNDO flag will move files to the users ~/.Trash. There is a draft spec on www.freedesktop.org on how the Trash is

Re: Menu - loop of sending and receiving WM_TIMER

2005-04-15 Thread Jose Alonso
On Thu, 2005-04-14 at 20:44 +0200, Alexandre Julliard wrote: > > The WM_TIMER cannot "remain in the queue", it's never put there in the > first place, it's generated on the fly. If you really see a WM_TIMER > in the posted message queue, it's because someone has done a > PostMessage on it, and th

Exception in wcstombs_sbcs

2005-04-15 Thread Paul Vriens
Hi, when I run the latest Process Explorer (Version 9.0.3) I sometimes get an exception: fixme:ntdll:NtQuerySymbolicLinkObject (0x777e2ce4,0x777ebc28,0x12e4f878) stub wine: Unhandled exception (thread 000b), starting debugger... WineDbg starting on pid 0xa Unhandled exception: page fault on read

Re: USB status ...

2005-04-15 Thread Hiji
--- Lars Segerlund <[EMAIL PROTECTED]> wrote: > > What is the status of wines USB support ? > > I have an IDE for a developement board and I really > would like to flash it from > Linux, ( I don't have windows), and this uses USB > to talk to the board. > Is there anything done yet or am I o

script for quickly finding large functions

2005-04-15 Thread Joris Huizer
Hello, I made this script to find large functions; I think it may be usefull to add at the janitorial page where the note on large functions was placed; It assumes no things are between functions, so it gives some incorrect matches; also, it accidentilly reads some if() and switch() statements,

Re: Broken cross-build, again.

2005-04-15 Thread Paul Millar
Hi guys, On Thursday 14 Apr 2005 20:04, Saulius Krasuckas wrote: > * On Thu, 14 Apr 2005, Jacek Caban wrote: > > Saulius Krasuckas wrote: > > >Is someone working on any atoi() implementation [...] > > Here you have: > It not me who doesn't have it. It's a question: is anyone prepared patch > to s

Threading issue with dinput/joysticks

2005-04-15 Thread d13f00l
http://veracity.ath.cx/~diefool/failure.gz Log is about 100 megs unzipped. This is pretty bizzare. I gzipped a +all log. When a joystick is plugged into my machine, many dinput apps crash with meaningless backtraces unrelated to dinput. It affects a fair amount of apps http://www.blockland.us/

Re: Updown: keep track of WS_DISABLED

2005-04-15 Thread Peter Berg Larsen
diff -u -p -r1.66 updown.c --- dlls/comctl32/updown.c 25 Mar 2005 10:27:11 - 1.66 +++ dlls/comctl32/updown.c 14 Apr 2005 12:44:29 - @@ -775,6 +775,8 @@ static LRESULT WINAPI UpDownWindowProc(H break; case WM_ENABLE: + infoPtr->dwStyle &= ~WS_DI

Re: powrprof: Partial implementation of powrprof.dll

2005-04-15 Thread Andreas Mohr
Hi, On Fri, Apr 15, 2005 at 06:17:23AM -0600, Benjamin Cutler wrote: > Spend most of the night and some of the morning researching powrprof.dll It shows ;-) (where are the attachments?) Thank you for another stone in the wall, Andreas Mohr

Re: powrprof: Partial implementation of powrprof.dll

2005-04-15 Thread Michael Stefaniuc
Benjamin Cutler wrote: Spend most of the night and some of the morning researching powrprof.dll and came up with the following partial implementation. new directory: dlls/powrprof new files: dlls/powrprof: powrprof.c, Makefile.in, powrprof.spec, .cvsignore changed files: configure.ac Changelog:

USB status ...

2005-04-15 Thread Lars Segerlund
What is the status of wines USB support ? I have an IDE for a developement board and I really would like to flash it from Linux, ( I don't have windows), and this uses USB to talk to the board. Is there anything done yet or am I on my own ? Can someone also giva a hint on the feasibiliyt, c