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
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
"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
"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
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
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
> =
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
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
===
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
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
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
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
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
--- 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
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,
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
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/
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
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
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:
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
21 matches
Mail list logo