Re: Google Sketch-Up Not Starting

2006-05-01 Thread Lionel Ulmer
On Mon, May 01, 2006 at 12:19:47PM +0100, Huw Davies wrote: > Yeah, I think the problem is the flags we return. Adding > PFD_GENERIC_FORMAT if we don't set PFD_GENERIC_ACCELERATED helps. But > then we run into the opengl in a child window bug... Yes, this 'patch' helps it to start: Index: dlls/

Re: Google Sketch-Up Not Starting

2006-05-01 Thread Mike Hearn
Yeah, I think the problem is the flags we return. Adding PFD_GENERIC_FORMAT if we don't set PFD_GENERIC_ACCELERATED helps. But then we run into the opengl in a child window bug... Somebody suggested a way to fix this using pbuffers or something like that a while ago - apparently it would take

Re: Google Sketch-Up Not Starting

2006-05-01 Thread Huw Davies
On Mon, May 01, 2006 at 12:09:18PM +0100, Mike Hearn wrote: > On 5/1/06, Andreas Mohr <[EMAIL PROTECTED]> wrote: > >Hmm... ordinal mixup issue? > >Probably it's the error message which is wrong, but possibly it's our > >ChoosePixelFormat which sits at the wrong place... > > I don't think so. It ha

Re: Google Sketch-Up Not Starting

2006-05-01 Thread Mike Hearn
On 5/1/06, Andreas Mohr <[EMAIL PROTECTED]> wrote: Hmm... ordinal mixup issue? Probably it's the error message which is wrong, but possibly it's our ChoosePixelFormat which sits at the wrong place... I don't think so. It happily loops around calling DescribePixelFormat looking for a matching de

Re: Google Sketch-Up Not Starting

2006-05-01 Thread Andreas Mohr
Hi, On Fri, Apr 28, 2006 at 09:28:10PM +0100, Mike Hearn wrote: > Funny, I was looking at this today. It does something odd with the > flags, we're not passing back what it expects. In some cases it seems to > expect SWAP_COPY to be set, but I added that in and saw no difference, so > still a bit

Re: Google Sketch-Up Not Starting

2006-04-28 Thread Mike Hearn
Funny, I was looking at this today. It does something odd with the flags, we're not passing back what it expects. In some cases it seems to expect SWAP_COPY to be set, but I added that in and saw no difference, so still a bit of remaining work. But basically despite the error it's calling Describ

Google Sketch-Up Not Starting

2006-04-28 Thread Vijay Kiran Kamuju
Hi,I tried to start latest tool form the Google Stable, Google SketchUp.This is a product Google acquired by the acquisition of @land Software.Now this tool is giving a Dialog box about incorrect display drivers and saying that ChoosePixelFormat Failed. Now what should i try more (debug channels)no