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