Re: Running services in WINE?

2008-03-12 Thread Christopher
Maarten Lankhorst wrote: > Hi Christopher, > > 2008/3/12, Christopher <[EMAIL PROTECTED]>: > >> I've been trying to get MozyHome working on WINE, and have made a little >> progress. However, it seems that the service which Mozy uses won't >> start. Searching a bit I found a thread from a year

Re: winequartz.drv Mac OS X UI discontinued?

2008-03-12 Thread James McKenzie
Emmanuel Maillard wrote: > Hi, > > I post a new quartzdrv patch for wine-0.9.56 on Darwine SF patches > page : > http://sourceforge.net/tracker/index.php?func=detail&aid=1908759&group_id=69890&atid=526089 > > It's not fully update to wine changes (SysCommandSizeMove didn't be > reviewed) > and

Re: Running services in WINE?

2008-03-12 Thread Maarten Lankhorst
Hi Christopher, 2008/3/12, Christopher <[EMAIL PROTECTED]>: > I've been trying to get MozyHome working on WINE, and have made a little > progress. However, it seems that the service which Mozy uses won't > start. Searching a bit I found a thread from a year ago stating that > services don't wor

Re: Prototype patch that solves bug 11897

2008-03-12 Thread Stefan Dösinger
Am Donnerstag, 13. März 2008 01:02:47 schrieb Artur Szymiec: > Stefan Dösinger pisze: > > Hi, > > Note that we do not accept workaround patches into Wine, because > > otherwise the > > > whole software would become a huge workaround collection. > > > > A potential proper fix for this is to generate

Re: Prototype patch that solves bug 11897

2008-03-12 Thread Artur Szymiec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Dösinger pisze: > Hi, > Note that we do not accept workaround patches into Wine, because otherwise the > whole software would become a huge workaround collection. > > A potential proper fix for this is to generate an UUID, store it in a constant

Re: Prototype patch that solves bug 11897

2008-03-12 Thread Stefan Dösinger
Hi, Note that we do not accept workaround patches into Wine, because otherwise the whole software would become a huge workaround collection. A potential proper fix for this is to generate an UUID, store it in a constant global variable and memcpy it into the deviceidentifier signature.asc Desc

Re: Question about function "HTMLDocument_write"

2008-03-12 Thread Jacek Caban
Ivan Sinitsin wrote: > On Monday the patch realizing this function has been accepted. It works > perfectly, but hyperlinks do not work. > What do you mean by hyperlinks don't work? > If I makes this function that way: > > [...] > hyperlinks works good. > > Why so occurs? > As I've explain

Clipping regions on windows and Expose Xevents issue

2008-03-12 Thread Ann & Jason Edmeades
Hello, I've been investigating defect 11562, and would appreciate some thoughts on how to move forward... Basically the application creates a new visible window (eg at 0,0 - 200,50) and then draws in it by: 1. BeginPaint - This sets up the cliprgn to the whole window 2. Works out some sizes... 3.

re: Running services in WINE?

2008-03-12 Thread Dan Kegel
Yes, services are implemented now. If you run into a problem, please file a bug.

Vista and SHFileOperation tests for shell32

2008-03-12 Thread Paul Vriens
Hi, I was trying to fix the issues with the user32/listbox tests when I found that we have a lot of leftover files from the shell32/shlfileop test. This happens because I get about a gazillion dialogs asking me what to do during the shlfileop tests and I usually tend to click Cancel or Skip.

Running services in WINE?

2008-03-12 Thread Christopher
I've been trying to get MozyHome working on WINE, and have made a little progress. However, it seems that the service which Mozy uses won't start. Searching a bit I found a thread from a year ago stating that services don't work in WINE, but that it was being worked on. Are services implemented

Re: [1/4] qmgr: Add critical sections for Jobs and Files.

2008-03-12 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > @@ -25,6 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(qmgr); > > static void BackgroundCopyFileDestructor(BackgroundCopyFileImpl *This) > { > +This->owner->lpVtbl->Release((IBackgroundCopyJob *) This->owner); Please use the appropriate COM macros instead

Re: Free apps bundled with msvcp71?

2008-03-12 Thread Remco
- Original Message > From: Dan Kegel <[EMAIL PROTECTED]> > Subject: Re: Free apps bundled with msvcp71? > > I'm still looking for a legal download of some app > that just happens to come with msvcp71.dll. > Ideally it'll be some small app with a trivial installer > that can be run noninte

Re: Can we have a server component in bugzilla?

2008-03-12 Thread Dan Kegel
On Wed, Mar 12, 2008 at 12:05 AM, James Hawkins <[EMAIL PROTECTED]> wrote: > There is a wineserver component. D'oh. Blind. I guess I was expecting the 'wine' prefix to be removed as it was for lots of other stuff.

Re: Free apps bundled with msvcp71?

2008-03-12 Thread Dan Kegel
On Wed, Mar 12, 2008 at 12:55 AM, Tom Wickline <[EMAIL PROTECTED]> wrote: > MSVCP71.dll is the MS Visual C++ 7.1 Runtime Library (which comes with > .NET 2003). > > see: http://msdn2.microsoft.com/en-gb/vbasic/ms789141.aspx for some info, > > The Visual C++ Toolkit 2003 also bundles MSVCP71.dl

Re: [2/2] wined3d: Don't translate by a full half pixel

2008-03-12 Thread Stefan Dösinger
Am Mittwoch, 12. März 2008 09:46:25 schrieb Chris Robinson: I am not yet conviced that those patches are a good idea. Some time ago I found that I need the full half pixel to make DCT happy. Furthermore I see different behavior among drivers, e.g. my r200 driver doesn't need any correction(it ra

Re: Hans Leidekker : wininet: Make sure not to overwrite any caller supplied authorization header.

2008-03-12 Thread Robert Shearman
Alexandre Julliard wrote: > Module: wine > Branch: master > Commit: b069ef4268e7056856ce6714714d929165f24fc8 > URL: > http://source.winehq.org/git/wine.git/?a=commit;h=b069ef4268e7056856ce6714714d929165f24fc8 > > Author: Hans Leidekker <[EMAIL PROTECTED]> > Date: Fri Feb 1 14:40:15 2008 +010

Re: improve winetricks dotnet 1.1

2008-03-12 Thread Michael Stefaniuc
James Hawkins wrote: > On Tue, Mar 11, 2008 at 3:15 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: >> Louis wrote: >> > Hi, i wonder if it would be possible to improve >> > winetricks dotnet 1.1, so that it's actually able to run >> >.net-1.1 applications. Currently it only installs the framework, >>

Re: Free apps bundled with msvcp71?

2008-03-12 Thread Tom Wickline
Hello Dan, MSVCP71.dll is the MS Visual C++ 7.1 Runtime Library (which comes with .NET 2003). see: http://msdn2.microsoft.com/en-gb/vbasic/ms789141.aspx for some info, The Visual C++ Toolkit 2003 also bundles MSVCP71.dll and MSVCR71.dll see: http://xona.com/2004/06/29.html The Toolkit can be d

Re: [PATCH 1/4] avifil32: Fix copy/paste error.

2008-03-12 Thread Ken Thomases
On Mar 11, 2008, at 7:00 AM, Stefan Dösinger wrote: > I think the patches suffer from mail client line wrapping Huh. I specifically switched to Thunderbird to send them because I thought it wouldn't do that. Anyway, I've resent them using the --attach option for git-format- patch. Thanks fo

Re: Can we have a server component in bugzilla?

2008-03-12 Thread James Hawkins
On Tue, Mar 11, 2008 at 10:47 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 7:21 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > > > There have been several server-related bugs > > > lately, yet we have no server component. > > > Seems like we need one. > > > > server