Re: Today's git won't hunt. Server crash, lots of other problems?

2007-12-19 Thread Dan Kegel
On Dec 18, 2007 10:38 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > > My git won't install DNS9P any more, as of today's git. > But it doesn't seem easy to repeat; I keep getting other errors now. > > Roy next to me says he ran into another regression, he's doing a bisect, There were bunches of regre

Re: [patch 1/2, try 2] wined3d: rewrite IWineD3DSurfaceImpl_BltOverride colorfill codepath

2007-12-19 Thread Stefan Dösinger
Hi Alexander, I had a look at your patches again, and another issue came to my mind: I am not sure how the scissor rectangle and viewport affects ColorFill blits. IDirect3DDevice::Clear is limited by the viewport, the scissor test and the rectangles passed in, but I think that this doesn't appl

Re: loader: Add --compile-info option to Wine.

2007-12-19 Thread Peter Beutner
Peter Beutner schrieb: > John Klehm schrieb: >> On Dec 18, 2007 9:43 AM, Peter Beutner <[EMAIL PROTECTED]> wrote: >> >>> As I recall this is not the only version that causes problems. Plus certain >>> compiler >>> flags have an influence as well. And as most distros ship gcc with a bunch >>> of pa

Re: dll to .so wrapper

2007-12-19 Thread bridd
On Wed, 2007-12-19 at 22:26 +0100, Maarten Lankhorst wrote: > This topic comes up from time to time, usually with mild variations. The > problem is that wine sets up its own environment and memory layout. In > the end you will need a .exe (or winelib binary) that uses wine, and a > socket/pipe/sh

Re: dll to .so wrapper

2007-12-19 Thread bridd
On Wed, 2007-12-19 at 23:06 +0100, Marcus Meissner wrote: > > > The dll itself is a video plugin (freeframe.sourceforge.net). These are > > > available commercially to buy, and I'd like to be able to use them in a > > > linux application that supports the plugin format for native linux > > > comp

Re: dll to .so wrapper

2007-12-19 Thread Marcus Meissner
On Wed, Dec 19, 2007 at 10:26:38PM +0100, Maarten Lankhorst wrote: > Hi bridd, > > bridd schreef: > > Hi there, > > > > I've got a bit of a specific task, that I don't know if it's achievable > > via wine in some way or not. I'd like to make a windows dll available > > to linux programs as a .so

Re: dll to .so wrapper

2007-12-19 Thread Maarten Lankhorst
Hi bridd, bridd schreef: > Hi there, > > I've got a bit of a specific task, that I don't know if it's achievable > via wine in some way or not. I'd like to make a windows dll available > to linux programs as a .so file. > > The dll itself is a video plugin (freeframe.sourceforge.net). These are

Re: Early wine history

2007-12-19 Thread Tom Wickline
I have a copy of iX Magazine ( http://www.heise.de/ix/ ) from July 1994 that has a four page write up about Wine. There is also a full page interview, Q&A with Bob Amstadt. Pages 122 to 127 Tom

Re: [msiexec] A nicer icon

2007-12-19 Thread Frank Richter
On 19.12.2007 13:04, Alexandre Julliard wrote: > Having icons in .svg format is a nice improvement, but we'll need a tool > to build the .ico from the .svg. We also need to include multiple sizes > in the .ico, most places want a 32x32 icon, and scaling down the 48x48 > looks bad. Of course we shou

dll to .so wrapper

2007-12-19 Thread bridd
Hi there, I've got a bit of a specific task, that I don't know if it's achievable via wine in some way or not. I'd like to make a windows dll available to linux programs as a .so file. The dll itself is a video plugin (freeframe.sourceforge.net). These are available commercially to buy, and I'd

Re: [PATCH] Implement BindIoCompletionCallback

2007-12-19 Thread Alexandre Julliard
Andrey Turkin <[EMAIL PROTECTED]> writes: > It is not used in the function itself, it is only passed to > user-provided callback. So, I see several possibilities: I know it's in the callback, what I meant is that the ntdll function should not be taking a LPOVERLAPPED_COMPLETION_ROUTINE, which is

Re: Early wine history

2007-12-19 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > The first message I found contemplating it was dated 1 Jun 1993, > http://groups.google.com/group/comp.os.linux/msg/0a7c3867abdb4a76 > Is that about the right estimate for Wine's birthday? The 0.0.2 release was on June 29, and 0.0.1 was about a week befor

Piddly little erratic valgrind warning in ole32_moniker

2007-12-19 Thread Dan Kegel
Nothing really new yesterday or today. This one's annoying: http://kegel.com/wine/valgrind/logs-2007-12-19/vg-ole32_moniker-diff.txt + Syscall param write(buf) points to uninitialised byte(s) +at (within /lib/ld-2.5.so) +by WriteFile (file.c:512) +by RPCSS_BecomePipeServer (np_serv

Re: [PATCH] Implement BindIoCompletionCallback

2007-12-19 Thread Andrey Turkin
Alexandre Julliard wrote: > Robert Shearman <[EMAIL PROTECTED]> writes: > > >> Andrey Turkin wrote: >> >>> Robert Shearman wrote: >>> >>> Andrey Turkin wrote: > > /**

Re: Patch for process title on FreeBSD

2007-12-19 Thread Maarten Lankhorst
Hi Kris, Kris Moore schreef: > How exactly would you like that done? I'm not much of a C programmer, I > live more in the C++ / Shell world :) > With autoconf of course (configure.ac). Cheers, Maarten.

Re: Early wine history

2007-12-19 Thread Austin English
I found this announcement from Bob Amstadt announcing the mailing list, this was dated September 16, 1993: http://groups.google.com/group/comp.windows.x.i386unix/browse_thread/thread/ee272fa922314342/a08260429f730cdf But according to this status report, it was started in early June 1993: http://gr

Re: Patch for process title on FreeBSD

2007-12-19 Thread Kris Moore
How exactly would you like that done? I'm not much of a C programmer, I live more in the C++ / Shell world :) -- Kris Moore PC-BSD Software http://www.pcbsd.com Alexandre Julliard wrote: > Kris Moore <[EMAIL PROTECTED]> writes: > >> --- dlls/kernel32/process.c.orig 2007-12-12 12:34:4

Re: [PATCH] Implement BindIoCompletionCallback

2007-12-19 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Andrey Turkin wrote: >> Robert Shearman wrote: >> >>> Andrey Turkin wrote: >>> /** *BindIoCompletionCallback (KERNEL32.@) */

Re: [PATCH] Implement BindIoCompletionCallback

2007-12-19 Thread Robert Shearman
Andrey Turkin wrote: > Robert Shearman wrote: > >> Andrey Turkin wrote: >> >>> >>> /** >>> >>> *BindIoCompletionCallback (KERNEL32.@) >>> */ >>> +extern NTSTATUS WINAPI >>> RtlSetIoCompletionCallback(H

Re: [PATCH 2/3] qmgr: AddRef, QueryInterface, and stub functions for queue manager interface.

2007-12-19 Thread Alexandre Julliard
Roy Shea <[EMAIL PROTECTED]> writes: > +static ULONG WINAPI BITS_IBackgroundCopyManager_AddRef( > +IBackgroundCopyManager* iface) > +{ > +ICOM_THIS_MULTI(BackgroundCopyManagerImpl, lpVtbl, iface); There's no reason to use ICOM_THIS_MULTI with a single vtbl. > +if (This == NULL) >

Re: [msiexec] A nicer icon

2007-12-19 Thread Alexandre Julliard
Hervÿe9 Chanal <[EMAIL PROTECTED]> writes: > Hello, > > It's a larger nicer icon for msiexec with the svg source. Having icons in .svg format is a nice improvement, but we'll need a tool to build the .ico from the .svg. We also need to include multiple sizes in the .ico, most places want a 32

RE: [PATCH] Implement BindIoCompletionCallback

2007-12-19 Thread Rolf Kalbermatter
Andrey Turkin wrote: >diff --git a/dlls/kernel32/tests/sync.c b/dlls/kernel32/tests/sync.c >index e402fed..7bbb3e2 100644 >--- a/dlls/kernel32/tests/sync.c >+++ b/dlls/kernel32/tests/sync.c >@@ -327,7 +327,7 @@ static void test_iocp_callback(void) > retb = p_BindIoCompletionCallback(hFile, ioc

[Fwd: Re: About the WWN]

2007-12-19 Thread kubrick
Hello. As indicated by Zachary, I post the suggestion I made him on the wine-devel list. The suggestion was : "what do you think about writing in the WWN an article about what did the last changes of the last release brought? I mean, knowing that there is "a ton of rpcrt4 fixes" or "New Bidi te