Hi Miguel, On 11/14/06, Miguel Escriva <[EMAIL PROTECTED]> wrote:
I have a problem with osgIntrospection Wrappers. There are no dependencies between wrapper libraries. For example, imagine this scenerio: 1.- load osg wrapper 2.- load osgProducer wrapper 3.- Create a instance of osgProducer.Viewer BOOM! A exception is throw: (type `N5osgGA16GUIActionAdapterE' is declared but not defined) The exception happens because osgGA wrapper is not loaded. I think Producer wrapper should depend from osgGA wrapper.
Thanks for the notification. I have modified the genwrapper/genwrapper.conf file to include osgGA in osgProducer link line, and uploaded the new genwrapper to wiki: http://www.openscenegraph.org/osgwiki/pmwiki.php/Tasks/GenWrapper I have also updated the osgWrappers and checked them into CVS. These changes should fix the above problems, let me know if it doesn't. I have another problem with getAllMethods method in Type class. For example
you can get a Type for osg::CollectOccludersVisitor and then call getAllMethods(), the result is a exception. The reason that osg::CollectOccludersVisitor inherits from osg::CullStack and CullStack is not exported by osgIntrospection.
There exists a src/osgWrappers/osg/CullStack.cpp, so it would it seem that osg::CullStack has been exported. Anybody else got any ideas what might be at fault? Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
