Julien Ryard (ENSAM)
unread,Jan 30, 2013, 8:03:56 AM1/30/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dtenti...@googlegroups.com
Hello.
I used to work with OSG 3.1.2, But I had to do some test with version 3.1.3 .
But when I try try to build dtentity with this version, I have some errors in dtEntityQtWidgets librairie.
My errrors are in the class : OSGGraphicsWindowQt, when we try to cast a traits->sharedContext object.
the cause is that this object change from "osg::GraphicContext *" to "osg_observer_ptr<osg::GraphicContex>".
From my side, I just replace by traits->sharedContext.get() and it works fine, but it is not compatible with 3.1.2 .
I don't see a solution.