On Tue, Sep 08, 2009 at 07:21:03PM -0700, chris ahrendt wrote:
> [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:982]: (error)
> Deallocating a deallocated pointer: stream2
> [/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource
> leak: stream3
> [/home/cahrendt/wine-git/dlls
Any chance someone could add a jscript component to Bugzilla? It's used
a decent amount to warrant it...
Hi Frank,
On Tue, Sep 8, 2009 at 4:15 PM, Frank Gruman wrote:
> Looking at chain.c, line 1886-1902 I can see the switch-case statement
> where this would have been handled. The problem I ran into while trying
> to keep up with the code was figuring out what the verify_* methods are
> trying to do
On Tue, 2009-09-08 at 19:15 -0400, Frank Gruman wrote:
> I have been using wine for various tools and utilities at work and
> home
> for some time now. Recently I tried to use wine to run the VMware
> Infrastructure Client and ran into bug 18337
> (http://bugs.winehq.org/show_bug.cgi?id=18337).
>
I have been using wine for various tools and utilities at work and home
for some time now. Recently I tried to use wine to run the VMware
Infrastructure Client and ran into bug 18337
(http://bugs.winehq.org/show_bug.cgi?id=18337).
I am pasting my comments on that bug here to avoid repetition
(htt
On Tuesday 08 September 2009 16:11:06 Dan Kegel wrote:
> This patch uses filesystem extended attributes in
> a way compatible with Samba 3 to store the win32 attribute bits.
> It builds and runs on mac and linux, passes tests on linux and vista,
> and should be easy-ish to port to solaris (though
Peter Dons Tychsen writes:
> +static void test_device_control(void)
> +{
> +IO_STATUS_BLOCK io;
> +NTSTATUS status;
> +
> +/* Try using a bugus handle for I/O control */
> +HANDLE handle = (HANDLE)0xdeadbeef;
> +status = pNtDeviceIoControlFile(handle, NULL, NULL, NULL, &io,
>
On Tue, Sep 8, 2009 at 12:03 PM, Nicholas LaRoche wrote:
>
> I had a few issues applying your patches to the latest git revision, but I
> did find equivalent functionality in wine-hacks. This solved my problem
> however the code in this tree doesn't support AcceptEx with TCP.
>
> http://repo.or.cz
Mike Kaplinskiy wrote:
On Mon, Sep 7, 2009 at 11:08 AM, Nicholas LaRoche wrote:
Mike Kaplinskiy wrote:
On Mon, Sep 7, 2009 at 2:45 AM, Nicholas LaRoche wrote:
I ran into a bug last week regarding the lack of
SIO_GET_EXTENSION_FUNCTION_POINTER support in WSAIoctl.
Are there any outstanding iss
Thanks. I will take a look.
-aric
Paul Vriens wrote:
On 09/01/2009 02:08 PM, Aric Stewart wrote:
---
dlls/msctf/tests/inputprocessor.c | 141
-
1 files changed, 139 insertions(+), 2 deletions(-)
-
On 09/01/2009 02:08 PM, Aric Stewart wrote:
---
dlls/msctf/tests/inputprocessor.c | 141
-
1 files changed, 139 insertions(+), 2 deletions(-)
Hi Aric,
This one introduced some test f
- Please don't use TCHAR etc. in Wine.
- You still didn't prove you need to copy the data for each backbuffer.
- You still have whitespace errors.
Dan Kegel writes:
> The convention chosen is that the win32 file attributes
> are stored as a four digit hex number in the extended
> attribute named user.wine.attr. (The 'user' prefix is suggested
> by http://www.freedesktop.org/wiki/CommonExtendedAttributes .)
You should use the user.DosAttri
On Mon, Sep 7, 2009 at 11:52 PM, Jaime Rave wrote:
> This patch fix the fixme:
>
> fixme:d3d_caps:wined3d_guess_vendor Received unrecognized GL_VENDOR
> "Tungsten Graphics, Inc". Returning VENDOR_WINE.
>
>
>
>
Forgot the patch.
--
-Austin
Builds and runs on mac and linux,
passes tests on linux and vista.
Fixes http://bugs.winehq.org/show_bug.cgi?id=15679
It's worth discussing a bit before posting to wine-patches.
This patch uses filesystem extended attributes to
store the win32 attribute bits. These are available
fairly widely fin
15 matches
Mail list logo