Re: start.exe: Handle the process title argument

2008-01-27 Thread Dmitry Timoshkov
"Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: > + NOTE: This will only work when run from Wine's cmd, but that's ok > as start is a builtin > + shell command on NT */ What's the purpose of the comment above? > +if(argc > 1 && (vi.dwMajorVersion >= 5

Re: Vacation

2008-01-27 Thread John Klehm
On Jan 27, 2008 8:50 AM, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > On Sa, 2008-01-26 at 10:17 +0100, Alexandre Julliard wrote: > > > I'm off skiing for a week... > Which area? (I'm a bit of a skiing nut :-) --John

d3dx8: Implement D3DXCreateTextureFromFile functions in relation to the extended version - 3rd try

2008-01-27 Thread Luis C. Busquets Pérez
d3dx8tex.h with the mentioned name. I should be done now. Please send comments if not. --- dlls/d3dx8/Makefile.in |1 + dlls/d3dx8/d3dx8.spec |8 ++-- dlls/d3dx8/texture.c | 86 include/d3dx8.h|1 + include/d3dx8tex.h

d3dx8: Implement D3DXCreateTextureFromFile functions in relation to the extended version - 3rd try

2008-01-27 Thread Luis C. Busquets Pérez
d3dx8tex.h with the mentioned name. I should be done now. Please send comments if not. --- dlls/d3dx8/Makefile.in |1 + dlls/d3dx8/d3dx8.spec |8 ++-- dlls/d3dx8/texture.c | 86 include/d3dx8.h|1 + include/d3dx8tex.h

Re: Wiki Down?

2008-01-27 Thread James McKenzie
Dimi Paun wrote: > On Fri, 2008-01-25 at 15:06 -0600, Austin English wrote: > >> What happened to the wiki? AppDB/WineHQ/Bugzilla are all fine, but >> wiki.winehq.org seems to be down. >> > > The wiki is up. In fact, it was always up, but there was a little > problem with the DNS yesterday

RE : [Fwd: d3dx8: Implement D3DXCreateTextureFromFile]

2008-01-27 Thread paulo lesgaz
The real file is d3dx8tex.h and not d3dx8texture.h. You need to use the same name as windows uses. David "Luis C. Busquets Pérez" <[EMAIL PROTECTED]> a écrit : I have created a /dlls/d3dx8/texture.c file where to put all functions related to textures and d3dx8. I have included D3DXIMAGE_FILE

d3dx: A few last questions...

2008-01-27 Thread tony . wasserka
Hi, So far I have pretty much completed the d3dx9_24 dll. However, while writing the spec files I faced a few problems which I'd like to have solved befor submitting the patch: 1. With the d3dx9_31 dll, microsoft removed three functions from the SDK. I'm curious what to do with them. Should I

[Fwd: d3dx8: Implement D3DXCreateTextureFromFile]

2008-01-27 Thread Luis C. Busquets Pérez
I have created a /dlls/d3dx8/texture.c file where to put all functions related to textures and d3dx8. I have included D3DXIMAGE_FILEFORMAT in the patch because it is referred by D3DXIMAGE_FILEFORMAT which is referred in the function. If not included, it would not compile. They both are now in

Re: RegOverridePredefKey stub

2008-01-27 Thread Detlef Riekenberg
On So, 2008-01-27 at 14:35 +0100, Jens Nestler wrote: > Please apply the attached patch for a stub implementation. Please send patches to [EMAIL PROTECTED] Thanks. -- By by ... Detlef

Re: RegOverridePredefKey stub

2008-01-27 Thread Detlef Riekenberg
On So, 2008-01-27 at 14:35 +0100, Jens Nestler wrote: > + * RegOverridePredefKey [EMAIL PROTECTED] > + * > + * Maps a predefined registry key to the specified registry key. > + * > + * PARAMS > + * hKey [I] A handle to one of the following predefined keys: The description in your Patch was

Re: RegOverridePredefKey stub

2008-01-27 Thread Robert Shearman
Jens Nestler wrote: > > /** > + * RegOverridePredefKey [EMAIL PROTECTED] > + * > + * Maps a predefined registry key to the specified registry key. > + * > + * PARAMS > + * hKey [I] A handle to one of the following pr

Re: RegOverridePredefKey stub

2008-01-27 Thread Peter Oberndorfer
On Sonntag 27 Januar 2008, Jens Nestler wrote: > Hello all, > > I'm a Windows software developer and I'm trying to execute an application > under the wine environment. > Now I have a problem introduced with wine 0.9.49. > > I use the function RegOverridePredefKey from the advapi32.dll. > In wine

Re: Vacation

2008-01-27 Thread Detlef Riekenberg
On Sa, 2008-01-26 at 10:17 +0100, Alexandre Julliard wrote: > I'm off skiing for a week... Have fun and be careful with your legs. -- By by ... Detlef

Re: your winhttp work

2008-01-27 Thread Hans Leidekker
On Sunday 27 January 2008 06:42:45 EA Durbin wrote: [ I decided to CC wine-devel since you're the second person to ask ] > You had completed some work on winhttp and provided a snapshot in bug 9200. > Has this been sent to wine-patches yet? I was going to tinker with it a bit > to see if I could

Re: Wine Test Shell - timeouts during test runs too short?

2008-01-27 Thread Reece Dunn
On 27/01/2008, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Sonntag, 27. Januar 2008 12:18:12 schrieb Reece Dunn: > > Hi, > > > > When running the Wine Test Shell to run the tests as part of > > http://test.winehq.org/, there are several timeouts in different > > places. > > > > These may be val

RegOverridePredefKey stub

2008-01-27 Thread Jens Nestler
Hello all, I'm a Windows software developer and I'm trying to execute an application under the wine environment. Now I have a problem introduced with wine 0.9.49. I use the function RegOverridePredefKey from the advapi32.dll. In wine 0.9.49 a stub entry for this function was created, but the im

Re: Wine Test Shell - timeouts during test runs too short?

2008-01-27 Thread Stefan Dösinger
Am Sonntag, 27. Januar 2008 13:49:36 schrieb Reece Dunn: > On 27/01/2008, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Am Sonntag, 27. Januar 2008 12:18:12 schrieb Reece Dunn: > > > Hi, > > > > > > When running the Wine Test Shell to run the tests as part of > > > http://test.winehq.org/, there a

Re: Wine Test Shell - timeouts during test runs too short?

2008-01-27 Thread Stefan Dösinger
Am Sonntag, 27. Januar 2008 12:18:12 schrieb Reece Dunn: > Hi, > > When running the Wine Test Shell to run the tests as part of > http://test.winehq.org/, there are several timeouts in different > places. > > These may be valid timeouts, but on my Vista test machine ddraw:d3d > and msi:install gene

Re: d3dx8: Implement D3DXCreateTextureFromFile

2008-01-27 Thread Chris Robinson
On Sunday 27 January 2008 12:39:18 am Luis C. Busquets Pérez wrote: > +{ > +  FIXME("(void): stub\n"); > +  return D3D_OK; > +} You probably shouldn't return okay if you're not implementing the function. It's normal to return D3DERR_NOTIMPLEMENTED (or whatever it is). At the very least you don't

shell32:shlfileop - interactive dialogs on Windows Vista

2008-01-27 Thread Reece Dunn
Hi, One of the new features of Windows Vista is to bring up dialogs whenever you are copying files, moving files, etc. to ask the user what behaviour they want (e.g. move and replace; don't move; move, but keep both files). This makes it more user friendly, but for the Wine tests, it means that:

Wine Test Shell - timeouts during test runs too short?

2008-01-27 Thread Reece Dunn
Hi, When running the Wine Test Shell to run the tests as part of http://test.winehq.org/, there are several timeouts in different places. These may be valid timeouts, but on my Vista test machine ddraw:d3d and msi:install generate the timeout message box part way through the test run, even though