winbench '96 (and '97)

2006-12-31 Thread Dan Kegel
After trying out Winbench '99 without too much success, (http://www.winehq.org/pipermail/wine-devel/2006-December/052818.html), I managed to buy a copy of Winbench '96 on ebay for $3 or so. It seems a little closer to running -- the things that stop it appear to be more garden variety problems, no

.SYS Drivers

2006-12-31 Thread Andrew Neil Ramage
Is there any way to interface between the hardware and windows .SYS and .VXD device drivers ? If it is possible, I would be interested in writing the interface. -- Andrew "Oh, bother," said the Borg. "We've assimilated Pooh."

Re: OpenGL as child windows

2006-12-31 Thread Chris Robinson
On Sunday 31 December 2006 11:44, Mark Hatsell wrote: > Just wondered what would happen in the case of a non-X11 child window > partially overlapping an X11 OpenGL window? I guess this wouldn't work > still even with this solution. This could happen quite easily in an MDI > situation. I suppose th

Re: OpenGL as child windows

2006-12-31 Thread Roderick Colenbrander
> > These wouldn't be Win32 subwindows as X11 child windows (as I heard Wine > > doesn't do), but rather, a child window of the main window used solely > for > > showing OpenGL on. I can't, in my admittedly limited knowledge, think of > > why > > it wouldn't work, and it should also help clear the

Re: OpenGL as child windows

2006-12-31 Thread Mark Hatsell
> These wouldn't be Win32 subwindows as X11 child windows (as I heard Wine > doesn't do), but rather, a child window of the main window used solely for > showing OpenGL on. I can't, in my admittedly limited knowledge, think of > why > it wouldn't work, and it should also help clear the problem Win

Re: appdb rating inflation

2006-12-31 Thread Chris Morgan
On 12/31/06, Dan Kegel <[EMAIL PROTECTED]> wrote: The appdb says "Only applications which install and run flawlessly on an out-of-the-box Wine installation make it to the Platinum list" But several platinum-rated apps seem to deserve a silver or bronze rating. For instance, Call to Duty, http://

Re: appdb rating inflation

2006-12-31 Thread Enverex
Dan Kegel wrote: The appdb says "Only applications which install and run flawlessly on an out-of-the-box Wine installation make it to the Platinum list" But several platinum-rated apps seem to deserve a silver or bronze rating. For instance, Call to Duty, http://appdb.winehq.org/appview.php?iVer

Re: OpenGL as child windows

2006-12-31 Thread Vitaliy Margolen
Dmitry Timoshkov wrote: > "Damjan Jovanovic" <[EMAIL PROTECTED]> wrote: > >> AFAIK there is no technical problems, only political ones. Wine no >> longer allows subwindows to be X11 windows. I've heard Alexandre >> Julliard won't accept such patches. > > That was a purely technical decision to ge

Re: Resend: user32: fix return value in DialogBoxParamA if no resourcecan be found + simple test (try 2)

2006-12-31 Thread Dmitry Timoshkov
"Louis. Lenders" <[EMAIL PROTECTED]> wrote: As Dmitry Timoshkov (thanks for that) the SetLastError was not necessary. Here's updated patch. Probably the problem is that you need also handle both FindResourceW and LoadResource failures the same way by returning -1, and change 'return -1;' later

appdb rating inflation

2006-12-31 Thread Dan Kegel
The appdb says "Only applications which install and run flawlessly on an out-of-the-box Wine installation make it to the Platinum list" But several platinum-rated apps seem to deserve a silver or bronze rating. For instance, Call to Duty, http://appdb.winehq.org/appview.php?iVersionId=3603 has al

Re: OpenGL as child windows

2006-12-31 Thread Roderick Colenbrander
> On Sunday 31 December 2006 00:12, you wrote: > > AFAIK there is no technical problems, only political ones. Wine no > > longer allows subwindows to be X11 windows. I've heard Alexandre > > Julliard won't accept such patches. > > These wouldn't be Win32 subwindows as X11 child windows (as I heard

Re: ntdll: Map ESPIPE to STATUS_ILLEGAL_FUNCTION

2006-12-31 Thread Dmitry Timoshkov
"Andreas Mohr" <[EMAIL PROTECTED]> wrote: The STATUS_ILLEGAL_FUNCTION name was rather misleading to me since it doesn't indicate at all that it's supposed to be pipe-related (however it's within the numeric range of many other pipe status codes!). So, given that this is mainly a pipe status code

Re: ntdll: Map ESPIPE to STATUS_ILLEGAL_FUNCTION

2006-12-31 Thread Andreas Mohr
Hi, On Sun, Dec 31, 2006 at 05:28:23PM +0800, Dmitry Timoshkov wrote: > Hello, > > Running RedAlert demo spits a lot of FIXMEs about converting errno 29 > (ESPIPE) to STATUS_UNSUCCESSFUL. In Linux /usr/include/asm/errno.h has > a comment /* Illegal seek */ for ESPIPE, so STATUS_ILLEGAL_FUNCTION s

Re: OpenGL as child windows

2006-12-31 Thread L. Rahyen
On Sunday December 31 2006 08:12, Damjan Jovanovic wrote: > On 12/31/06, Chris Robinson <[EMAIL PROTECTED]> wrote: > > The topic of getting OpenGL to show and use more visuals/pixel formats > > than just the one the main window uses came up on IRC, and I was told to > > make a post here. One of the

Re: Looking for sound testers

2006-12-31 Thread Neil Skrypuch
On Thursday, December 28, 2006 10:04, Maarten Lankhorst wrote: > Hi all, > > I've forward ported the old patches of Davin McCall (dsound.patch). > With them I have no more sound underruns etc, I'm therefore looking > for other people to test them as well. I'm welcoming comments on how > it works an

Re: OpenGL as child windows

2006-12-31 Thread Chris Robinson
On Sunday 31 December 2006 00:12, you wrote: > AFAIK there is no technical problems, only political ones. Wine no > longer allows subwindows to be X11 windows. I've heard Alexandre > Julliard won't accept such patches. These wouldn't be Win32 subwindows as X11 child windows (as I heard Wine doesn

Re: OpenGL as child windows

2006-12-31 Thread Dmitry Timoshkov
"Damjan Jovanovic" <[EMAIL PROTECTED]> wrote: AFAIK there is no technical problems, only political ones. Wine no longer allows subwindows to be X11 windows. I've heard Alexandre Julliard won't accept such patches. That was a purely technical decision to get rid of X windows for child Win32 win

Re: OpenGL as child windows

2006-12-31 Thread Damjan Jovanovic
On 12/31/06, Chris Robinson <[EMAIL PROTECTED]> wrote: The topic of getting OpenGL to show and use more visuals/pixel formats than just the one the main window uses came up on IRC, and I was told to make a post here. One of the ideas was to create a child window of the main X window (which can be