Re: [osg-users] [forum] GraphicsWindowCarbon::init could not create a valid pixelformat

2009-12-21 Thread Vijay Joseph
Hi, I compiled the osgviewerQt example from the cmdline without using the osg makefile. The resulting application also spat out the same error GraphicsWindowCarbon::init could not create a valid pixelformat This simply means that its not the code, but some flag that I may be missing with my cm

[osg-users] [forum] GraphicsWindowCarbon::init could not create a valid pixelformat

2009-12-21 Thread Vijay Joseph
Hi, I am trying to make a Qt4.x based application that uses osg. I followed the code in examples/osgviewerQt; but am hitting an error in my qt test code: GraphicsWindowCarbon::init could not create a valid pixelformat However the example runs fine. I've even tried copying QOSGWidget.cpp from th