[osg-users] What does this error mean?

2009-06-24 Thread tien dat
Dear all, I'm using OpenSceneGraph 2.8.1 with my hand-held device (Viliv S5 running WinXP Home Edition SP3). When I run my program using osgviewer, I see an error: Window error #127: [Screen #0] ChooseMatchingPixelFormat() - wglChoosePixelFormatARB extension not found, trying GDI. Reason: the spec

Re: [osg-users] What does this error mean?

2009-06-24 Thread Mark Sciabica
Hi Dat, I wouldn't worry about this "error". It seems that the WGL_ARB_pixel_format extension is not provided by your driver. This extension is a prerequisite for activating other features such as pixel buffers and multisample antialiasing but missing it should otherwise have no adverse effec

Re: [osg-users] What does this error mean?

2009-06-25 Thread tien dat
Thank you Mark. I won't worry about it now. Dat On Wed, Jun 24, 2009 at 8:37 PM, Mark Sciabica wrote: > Hi Dat, > > I wouldn't worry about this "error". It seems that the WGL_ARB_pixel_format > extension is not provided by your driver. This extension is a prerequisite > for activating other featur