Re: USER32 - SPI_GETMOUSE missing a default value.

2008-01-03 Thread Dmitry Timoshkov
"Peter Dons Tychsen" <[EMAIL PROTECTED]> wrote: > I have an app which is bailing out because it cannot get valid data > from SPI_GETMOUSE - and indeed this reg key does not exist. > > The key should be in "Control Panel\\Colors" under CURRENT_USER. That's a wrong key name. > There are similar v

Local file in Web Browser doesnt load

2008-01-03 Thread Alistair Leslie-Hughes
Hi, An application that I'm using contains a internal web browser based off the IWebBrowser2 interface. Loading a webpage from a web server works as expected, but when I try to use the "file://C:\myTestPage.html" syntax the file fails to load. NOTE: myTestPage.html has a single paragraph with

USER32 - SPI_GETMOUSE missing a default value.

2008-01-03 Thread Peter Dons Tychsen
I have an app which is bailing out because it cannot get valid data from SPI_GETMOUSE - and indeed this reg key does not exist. The key should be in "Control Panel\\Colors" under CURRENT_USER. There are similar values in the "Control Panel" folder in the registry. Is there a reason this value is

xrandx responds with too many modes.

2008-01-03 Thread Peter Dons Tychsen
The xrandx X11 extension is very handy. Using it for wine makes great sense. But... the extension also enumerates a whopping amount of modes. Each resolution has a multitude of frequencies and bit-depth variants. Some applications are simply not prepared for that magnitude of information when the

Re: What happened to the videos from WineConf?

2008-01-03 Thread Lei Zhang
On Dec 28, 2007 8:54 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > I remember at wineconf there were some videos created, what happened > with those? I tried to look on youtube for wineconf, but I didn't find > anything. Are they online yet? Or will they be put online? > > -Maarten > > > Thre

Re: Bow and question

2008-01-03 Thread Juan Carlos Montes Senra
Dan Kegel escribió: > > So how well is Wine running the malware you're interested in? > > - Dan Thanks, I found a lot options in the web but didnt know DEFAULT_DEBUG_CHANNEL const, :) So, we only try a few malware, [ 3 files ], but all ran correctly. Two files was compiled in VisualC, and the l

Re: Bow and question

2008-01-03 Thread Juan Carlos Montes Senra
Dan Kegel escribió: > So how well is Wine running the malware you're interested in? > - Dan Thanks, I found a lot options in the web but didnt know DEFAULT_DEBUG_CHANNEL const, :) So, we only try a few malware, [ 3 files ], but all ran correctly. Two files was compiled in VisualC, and the last o

missed patches

2008-01-03 Thread Kirill K. Smirnov
Hi, Is there something wrong with these couple of patches? http://www.winehq.org/pipermail/wine-patches/2007-December/048436.html kernel32/console: convert newborn wineserver handle to kernel32 console handle. This patch makes screenbuffer handle, returned by CreateConsoleScreenBuffer function

Re: [5/5] wined3d: change colorkey fixup for stage 0 alphaop / alphaarg

2008-01-03 Thread Stefan Dösinger
Am Donnerstag, 3. Januar 2008 06:20:26 schrieb Alexander Dorofeyev: > Oh now I see this case I haven't thought about. For some reason, or maybe > no reason at all, Moto racer sets alphaop to selectarg1 and alphaarg1 to > current (diffuse)! That looks kind of strange (if it then gives vertices > wit

Re: mshtml #1: Includes clean up. (resend)

2008-01-03 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h > index c981348..e0c94c3 100644 > --- a/dlls/mshtml/mshtml_private.h > +++ b/dlls/mshtml/mshtml_private.h > @@ -16,6 +16,19 @@ > * Foundation, Inc., 51 Franklin St, Fifth Floor, Bos

Re: So, you want to fix typos?

2008-01-03 Thread Dan Kegel
On Dec 29, 2007 9:48 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > That reminds me that I worked out some time ago how > to find such typos efficiently. At the risk of encouraging lots > of silly typo-fixing patches, I've documented the process here: > http://kegel.com/wine/spellingpolice/ It looks

Re: I am at the Ubuntu Developer Summit, do we need anything from other projects?

2008-01-03 Thread Saulius Krasuckas
* On Tue, 30 Oct 2007 [EMAIL PROTECTED] wrote: > * On Tue, Oct 30, 2007 at 11:31:56PM -0400, Dimi Paun wrote: > > * On Tue, 2007-10-30 at 15:54 -0700, [EMAIL PROTECTED] wrote: > > > > > > The other day an X.org developer asked me if Wine needed anything > > > from X. Off the top of my head, all

re: Bow and question

2008-01-03 Thread Dan Kegel
Juan wrote: > I want know where can i find the option to WINEDEBUG. > In this time, we are used trace+file, trace+reg. > Can trace the sockets?? When I need to figure out WINEDEBUG flags, I always use grep, e.g. [EMAIL PROTECTED]:~/wine-git/dlls$ grep DEFAULT_DEBUG ws*/*.c ws2_32/async.c:WINE_DEF

Re: [1/7] msxml3: Implement setNamedItem

2008-01-03 Thread Alexandre Julliard
Alistair Leslie-Hughes <[EMAIL PROTECTED]> writes: > +/* Must be an Attribute */ > +IUnknown_QueryInterface(newItem, &IID_IXMLDOMNode, (LPVOID*)&pAttr); > +if(pAttr) > +{ > +ThisNew = impl_from_IXMLDOMNode( pAttr ); > + > +IUnknown_Release(pAttr); > + > +

Re: wine gdiplus <-> mono gdiplus wrapper

2008-01-03 Thread Dmitry Timoshkov
"Reece Dunn" <[EMAIL PROTECTED]> wrote: > Are there any plans to use cairo in the Wine gdiplus implementation > like mono does? Or would that need a winecairo.drv? gdiplus is just a wrapper (mostly) around gdi32 APIs. IMHO spreding around ideas about introducing a Wine dependency on cairo missing

Bow and question

2008-01-03 Thread Juan Carlos Montes
Hi all, I am new in this list, so... Hello!!! Well, I work in a CERT and we are create a automatic malware detection tool with wine. On the first part the project we use the debug log to monitorize the file access, registry... I want know where can i find the option to WINEDEBUG. In this time,

Re: wine gdiplus <-> mono gdiplus wrapper

2008-01-03 Thread Reece Dunn
On 02/01/2008, Dan Kegel <[EMAIL PROTECTED]> wrote: > Jerome wrote: > > I wrote a little script in order to wrap gdiplus with the mono one; > > Here are the source file and the spec file (this one made with winedump), > > but > > I have no idea how to compile it and/or include it in the wine sourc

Can't figure out how tolink a program

2008-01-03 Thread Blake McBride
I have a library built under Linux with Wine (mylib.a) that uses various Windows API (mainly GUI) that built fine. I compiled the main program from .c to .o and from .rc to .res just fine. My problem is I can't figure our what command line to use to link: myprogram.o myprogram.res

Re: wine gdiplus <-> mono gdiplus wrapper

2008-01-03 Thread Damjan Jovanovic
On Jan 3, 2008 4:42 AM, Ove Kaaven <[EMAIL PROTECTED]> wrote: > Dan Kegel skrev: > > > On Jan 2, 2008 2:57 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > >> Are there any plans to use cairo in the Wine gdiplus implementation > >> like mono does? > > > > Not that I know of. But I don't think that's a