New winetricks: added pdh, cc580; msxml3 now supports -q

2007-05-17 Thread Dan Kegel
Thanks to Hans Leidekker for the pdh and common controls hunks! And thanks to Rob and James for whipping the msxml3 installer into shape; it now works even with -q. As always, it's up at http://kegel.com/wine/winetricks

Re: Wine keyboard driver+XKB. What am I to do?

2007-05-17 Thread Vitaliy Margolen
Oleh R. Nykyforchyn wrote: > Hello, > I need an advice on what to do with some piece of code that I have written for > about 3 years. I started to make changes in Wine keyboard driver because I was If you would have cleaned it up and sent 3 years ago, then it would have been a part of the Wine for

Re: RegDeleteTree [4th] [resend]

2007-05-17 Thread James Hawkins
On 5/17/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: Hello, is anything wrong with this patch? +#if (_WIN32_WINNT >= 0x0600) +LONGWINAPI RegDeleteTreeA(HKEY,LPCSTR); +LONGWINAPI RegDeleteTreeW(HKEY,LPCWSTR); +#define RegDeleteTree WINELIB_NAME_AW(RegDeleteTree) +#endif /

New Gecko package

2007-05-17 Thread Jacek Caban
Hi all, It's time to update our Gecko package. I've prepared a new one. I'd like to avoid any regression, esp. ones that would require changing the package again. That's why I'd like to do a good test. I'm interested in regressions, so just a simple test if app that worked before still works will

New Gecko package

2007-05-17 Thread Luke Bratch
> I'm interested in > regressions, so just a simple test if app that worked before still works > will be fine. I've given it a test, and found the following: - When setting that URL in HKCU\Software\Wine\MSHTML, it will download but fail to install. - Extracting it to install it manually works, a

Re: Direct X 10 game demo

2007-05-17 Thread Tom Spear
On 5/17/07, Michael Lothian <[EMAIL PROTECTED]> wrote: In my opinion games will check for DX version on Windows version. Eventually once enough people have vista they will release DX10 on XP. Probably about a month before the wine version is ready for XP. What do you guys think? Am I just being

debugging problem - winedbg: single stepping until exit from function, which has no line number information

2007-05-17 Thread marcel busse
hello i'm on a project with wine but i can't get it debugged. not even a small hello world. here is the output of the hello world. My system opensuse 10.2 anyone help plz? Winedbg - Output: [EMAIL PROTECTED]:~/prog/m5/m5/debug/src> winedbg m5.exe.so preloader: Warning: failed to reserve range 00

Re: hnetcfg: [3/8] uuids for INetFwMgr interface

2007-05-17 Thread Jeff L
For dlls, should the GUID's be put in uuids.h or kept local to the dll. In this case I don't think anything else cares about them, so they could be local. Jeff Latimer Jeff Latimer wrote: Add public uuids for the interface. ---

Re: msxml3 [2/6]: Add initial implementation of IXMLElement

2007-05-17 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Changelog: > * Add initial implementation of IXMLElement. > > dlls/msxml3/Makefile.in |1 + > dlls/msxml3/msxml_private.h |2 + > dlls/msxml3/xmlelem.c| 426 ++ > dlls/msxml3/xmlelem_c

New Gecko package

2007-05-17 Thread Jacek Caban
Hi all, It's time to update our Gecko package. I've prepared a new one. I'd like to avoid any regression, esp. ones that would require changing the package again. That's why I'd like to do a good test. I'm interested in regressions, so just a simple test if app that worked before still works will

Re: Set background image for virtual desktop

2007-05-17 Thread Hans Leidekker
On Thursday 17 May 2007 07:41:58 Vijay Kiran Kamuju wrote: > Is it possible to set background image for the virtual desktop in wine? > If so how do we set it? (I am bored see same old single color virtual > desktop ;) ) Here's a starting point: dlls/user32/desktop.c:SetDeskWallPaper() -Hans

Re: ntoskrnl.exe: Import MSVCRT which we are forwarding to.

2007-05-17 Thread James Hawkins
On 5/17/07, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: I am testing "Microsoft Virtual CD-ROM Control Panel" from [*]. It searches for "msvcrt._local_unwind2" and "msvcrt._except_handler3", but doesn't find them and then makes stack overflow: 000d:trace:loaddll:load_native_dll Loaded module

Re: ntoskrnl.exe: Implemented IoCreateSymbolicLink

2007-05-17 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > How are you planning on removing them if you don't keep a handle to this > symlink? Yes, obviously the handle will need to be stored to remove it, that's why there's a FIXME. Since it will be removed automatically on driver unload, it's not the most

Re: ntoskrnl.exe: Import MSVCRT which we are forwarding to.

2007-05-17 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > Could that be a simple typo in Makefile.in? No, it's deliberate. Importing msvcrt here will cause lots of trouble, it will be imported in the process that loads the driver. -- Alexandre Julliard [EMAIL PROTECTED]