Hello Robert,

As of an SVN update about an hour ago, I got the following compilation errors in osgViewer:

2>GraphicsWindowWin32.cpp
2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(572) : error C2027: use of undefined type 'osg::DeleteHandler' 2> G:\OpenSceneGraph-SVN\OpenSceneGraph\include\osg/Referenced(38) : see declaration of 'osg::DeleteHandler' 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(572) : error C2227: left of '->setNumFramesToRetainObjects' must point to class/struct/union/generic type 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(573) : error C2027: use of undefined type 'osg::DeleteHandler' 2> G:\OpenSceneGraph-SVN\OpenSceneGraph\include\osg/Referenced(38) : see declaration of 'osg::DeleteHandler' 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(573) : error C2227: left of '->flushAll' must point to class/struct/union/generic type 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(2195) : error C2027: use of undefined type 'osg::DeleteHandler' 2> G:\OpenSceneGraph-SVN\OpenSceneGraph\include\osg/Referenced(38) : see declaration of 'osg::DeleteHandler' 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(2195) : error C2227: left of '->setNumFramesToRetainObjects' must point to class/struct/union/generic type 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(2196) : error C2027: use of undefined type 'osg::DeleteHandler' 2> G:\OpenSceneGraph-SVN\OpenSceneGraph\include\osg/Referenced(38) : see declaration of 'osg::DeleteHandler' 2>..\..\..\src\osgViewer\GraphicsWindowWin32.cpp(2196) : error C2227: left of '->flushAll' must point to class/struct/union/generic type

Seems DeleteHandler is not included?

J-S
--
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                        http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to