Re: ADVAPI32: Start test for service tests

2007-05-20 Thread James Hawkins
On 5/20/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: Changelog dlls/advapi32/tests/Makefile.in dlls/advapi32/tests/service.c Start test for service tests License: X11/LGPL This test will crash without the previous patch "Return error on NULL service name to GetServiceDisplayNameA/W"

Re: msi ole automation: where to next?

2007-05-20 Thread Tom Spear
On 5/20/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: Hi everybody, Hope you are all having a nice Sunday. Since MSI OLE automation is a bit overwhelming, I have been using installers that have JScript/VBScript actions to guide me as to what specific functions/objects to implement next. I starte

msi ole automation: where to next?

2007-05-20 Thread Misha Koshelev
Hi everybody, Hope you are all having a nice Sunday. Since MSI OLE automation is a bit overwhelming, I have been using installers that have JScript/VBScript actions to guide me as to what specific functions/objects to implement next. I started out by implementing all the functions used by the Vect

Re: Small Direct3D milestone

2007-05-20 Thread Carl-Daniel Hailfinger
On 19.05.2007 21:55, Stefan Dösinger wrote: >> Did you change something affecting D3D multithreaded apps? > I am currently working on this. Some fundamental work went into wine somewhen > between .33 and .35, but its not active yet. It was just some data structure > modifications to handle multip

Re: [localui} New Korean Resource

2007-05-20 Thread Detlef Riekenberg
On So, 2007-05-20 at 19:54 +0900, Hwang YunSong(황윤성) wrote: > +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT > + > +STRINGTABLE DISCARDABLE > +{ > +IDS_LOCALPORT " Ʈ" > +IDS_NOTHINGTOCONFIG " Ʈ ɼ ϴ" > +} localui.dll has much more resources now. Please update your Translation-Patch. Thanks --

user32: Exclude unused headers

2007-05-20 Thread Andrew Talbot
Apologies for the duplicates: the originals were slow to arrive, so I presumed they got lost and sent them again. -- Andy.

winetest.dll (RE: ADVAPI32: service tests)

2007-05-20 Thread Detlef Riekenberg
On So, 2007-05-20 at 11:23 +0200, Rolf Kalbermatter wrote: > Well I have checked and on a clean Wine install from current git there > is no service installed at all. We have the Spooler-Service (only as a stub, but startable), so the entries should be present in the Registry. > Without at least

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

2007-05-20 Thread Shachar Shemesh
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 > not able to use MS Office under it on my Linux box (3 or 4 XKB groups, 2 > overlay > groups used,

Re: ADVAPI32: service tests

2007-05-20 Thread James Hawkins
On 5/20/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: James Hawkins [mailto:[EMAIL PROTECTED] wrote >Have you looked? regedit HKLM\System\CurrentControlSet\Services. >I'm not familiar with spooler, but I assume it's installed by default >on win9x, whereas msi is not. Whichever service you t

RE: ADVAPI32: service tests

2007-05-20 Thread Rolf Kalbermatter
James Hawkins [mailto:[EMAIL PROTECTED] wrote >Have you looked? regedit HKLM\System\CurrentControlSet\Services. >I'm not familiar with spooler, but I assume it's installed by default >on win9x, whereas msi is not. Whichever service you test, though, >you can just skip if the service doesn't exis

Re: msxml3 [1/4]: Add initial implementations of IXMLElement and IXMLElementCollection

2007-05-20 Thread James Hawkins
On 5/18/07, Huw Davies <[EMAIL PROTECTED]> wrote: On Thu, May 17, 2007 at 04:40:06PM -0500, James Hawkins wrote: > > Changelog: > * Add initial implementations of IXMLElement and IXMLElementCollection. I can't help thinking that it would have been cleaner to implement the IXML stuff using the I

Re: gdi32: check for null-pointer in CreateDIBSection

2007-05-20 Thread Laurent Vromman
Hi, I am not sure at all there a link between what I say and a hiding bug somewhere around this patch, but bug 8088 is due to a problem around DIB section and bitmapinfo too. Maybe a cross analysis between those two bugs could help find this hiding bug. I hope this can help, Laurent Jess

Success: Sim City 4 using DirectX

2007-05-20 Thread Markus
Hello, just wanted to let you know that with Wine 0.9.37, Sim City 4 is running successfully in DirectX mode for the first time in the 3 years I've been playing it under Wine. Previously, to be able to play at all, one had to force the game to use OpenGL calls. The visual artifacts triggered by

Re: ADVAPI32: service tests

2007-05-20 Thread James Hawkins
On 5/18/07, Rolf Kalbermatter <[EMAIL PROTECTED]> wrote: While working on some advapi32.service functions I found that having some tests for those APIs could be very useful. However nbot having added completely new tests so far there are a few issues I feel intimidated about. The actual task of