Hi,

I'm porting OSG v2.8.0 to Windows Mobile 6.
I have completed to build OSG libraries but not working..
The problem is that Viewer dosen't get a graphic context.

This is the error message:
"Viewer::realize() - failed to set up any windows"

static ref_ptr<GraphicsContext::WindowingSystemInterface> 
&windowingSystemInterfaceRef()
{
    static ref_ptr<GraphicsContext::WindowingSystemInterface> 
s_WindowingSystemInterface;
    return s_WindowingSystemInterface;
}

I think this function should return not null but returns null.
I don't know why this function returns null.

Any advice for how to fix this? 

Thank you!

Cheers,
Younggon

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14767#14767





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to