Voting for own bugs not allowed?

2010-05-24 Thread Florian Köberle
Hello, just someone informed me that I MUST NOT vote for my own bugs. Is there a reason for it? I like to vote for those of my own bugs which are important to me. It really surprised me that there is this kind of rule and that it can make your bug being closed as invalid: http://bugs.winehq.org/

Re: msvcrt (1/2): add fstat64i32

2010-05-24 Thread Robert Wilhelm
Hi, struct MSVCRT__stat64i32 is already defined in dlls/msvcrt/msvcrt.h And these functions are also exported from msvcr80. What would be an acceptable way to deal with this? Best regards, Robert Best regards, Robert On Mon, 2010-05-24 at 12:10 +0200, Piotr Caban wrote: > Hi, > > fstat64i32

Re: shell32: Export lowlevel PIDL manipulation calls by name too (try2)

2010-05-24 Thread Nikolay Sivov
On 5/25/2010 03:43, (Marvin) wrote: Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDeta

Re: shell32: Export lowlevel PIDL manipulation calls by name too (try2)

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2299 Your paranoid android.

Re: bricscad goes native

2010-05-24 Thread Dan Kegel
Max wrote: > the winelib version was quite a flop too many problems Indeed. One should never release naked winelib apps. Instead, one should bundle the windows version with a private copy of Wine, like Picasa (and now at least one other app) have done.

Re: bricscad goes native

2010-05-24 Thread Massimo Del Fedele
Il 24/05/2010 02:39, Dan Kegel ha scritto: I've long predicted that companies might use Wine for a while to ship Linux-compatible products, and later switch to a native build once they know they have users. Well, now we have at least one example of this: Bricscad (see http://www.bricsys.com ).

Re: msvcrt (1/2): add fstat64i32

2010-05-24 Thread Piotr Caban
On 05/24/10 17:45, Robert Wilhelm wrote: struct MSVCRT__stat64i32 is already defined in dlls/msvcrt/msvcrt.h Struct _stat64i32 should be defined in includes/msvcrt/stat.h (this file doesn't exist currently). When msvcr90 is compiled it searches this directory for headers. And these functions

Re: Release plans

2010-05-24 Thread Ken Thomases
On May 24, 2010, at 9:56 AM, Damjan Jovanovic wrote: > ICNS seems like by far the easiest image file format in existence: > http://en.wikipedia.org/wiki/Apple_Icon_Image It's apparently slightly more complicated than that page suggests, given a simple run-length compression scheme for image data

Re: [PATCH 3/4] shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2283 Your paranoid android.

Re: [PATCH 4/4] shell32: Add IShellBrowser stub to ExplorerBrowser.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2284 Your paranoid android.

Re: Release plans

2010-05-24 Thread Damjan Jovanovic
On Mon, May 24, 2010 at 4:26 PM, Steven Edwards wrote: > On Sat, May 22, 2010 at 12:27 PM, Damjan Jovanovic > wrote: >> My latest patch set (http://source.winehq.org/patches/data/61966, >> http://source.winehq.org/patches/data/61967, >> http://source.winehq.org/patches/data/61968, >> http://sour

Re: Release plans

2010-05-24 Thread Steven Edwards
On Sat, May 22, 2010 at 12:27 PM, Damjan Jovanovic wrote: > My latest patch set (http://source.winehq.org/patches/data/61966, > http://source.winehq.org/patches/data/61967, > http://source.winehq.org/patches/data/61968, > http://source.winehq.org/patches/data/61969, > http://source.winehq.org/patc

RE: [PATCH 3/4] shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread Greg Geldorp
Hi David, > From: David Hedberg [mailto:david.hedb...@gmail.com] > > I applied the patch generated by the testbot on top of master, and > both an ordinary build and a crosstest build seems to complete fine > for me. Am I missing something, or is the problem located elsewhere? It's possible that

Re: [PATCH 3/4] shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread David Hedberg
On Mon, May 24, 2010 at 2:40 PM, Marvin wrote: > Hi, > > While running your changed tests on Windows, I think I found new failures. > Being a bot and all I'm not very good at pattern recognition, so I might be > wrong, but could you please double-check? > Full results can be found at > http://test

Re: shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread Nikolay Sivov
On 5/24/2010 17:13, David Hedberg wrote: You don't test for a rectangle later, so there's no point to initialize it. I haven't written any tests to see what ::Initialize can handle yet, but the reasoning behind the initialization is to make sure that ExplorerBrowser won't crash randomly du

Re: shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread David Hedberg
On Mon, May 24, 2010 at 2:42 PM, Nikolay Sivov wrote: > On 5/24/2010 16:25, David Hedberg wrote: > > Hi, David. >> >> +} >> + >> +static ULONG WINAPI IExplorerBrowser_fnRelease(IExplorerBrowser *iface) >> +{ >> +    ExplorerBrowserImpl *This = (ExplorerBrowserImpl*)iface; >> +    TRACE("This: %p\n

Re: [PATCH 3/4] shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2280 Your paranoid android.

Re: shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2278 Your paranoid android.

Re: [PATCH 4/4] shell32: Add IShellBrowser stub to ExplorerBrowser.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2281 Your paranoid android.

Re: shell32: Add IShellBrowser stub to ExplorerBrowser.

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2279 Your paranoid android.

Re: shell32: Add ExplorerBrowser with IExplorerBrowser interface stub.

2010-05-24 Thread Nikolay Sivov
On 5/24/2010 16:25, David Hedberg wrote: Hi, David. +} + +static ULONG WINAPI IExplorerBrowser_fnRelease(IExplorerBrowser *iface) +{ +ExplorerBrowserImpl *This = (ExplorerBrowserImpl*)iface; +TRACE("This: %p\n", This); + +This->ref--; +TRACE("Ref: %d\n", This->ref); Use inte

Re: d3drm [patch 4/4]: Put private definitions in private header

2010-05-24 Thread Alexandre Julliard
David Adam writes: > From ee208ac901d7defe8ae5ddacfd4c65e36d290c4a Mon Sep 17 00:00:00 2001 > From: David Adam > Date: Sun, 23 May 2010 05:37:35 +0200 > Subject: Put private definitions in the private header > > --- > dlls/d3drm/d3drm_private.h | 25 + > dlls/d3drm/mes

Re: msvcrt (1/2): add fstat64i32

2010-05-24 Thread Piotr Caban
Hi, fstat64i32 and stat64i32 are not exported by native msvcrt.dll. This functions should be implemented in msvcr90. Cheers, Piotr

Re: software built and worked under wine but not in vista?

2010-05-24 Thread Hin-Tak Leung
Matijn Woudt wrote: There are a few differences I spotted between the two executables: 1) setupgs-wine.exe has wrong image size, changing it from 0x2b200 to 0x2b000 makes the executable working under win7. 2) setupgs-wine.exe has wrong resource size, probably related to 1), because the size of bo

Re: d3dx9_36: Implement ID3DXLine_GetDevice with tests

2010-05-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2276 Your paranoid android.