Seems that you use old version of osgCal. You can get more recent version from svn repository as described at http://osgcal.sourceforge.net/
2007/11/29, Daniel Holz <[EMAIL PROTECTED]>: > hi, > > ok, got it myself. > the argument of the method drawImplementation changed in osg 2.2 > compared to prior versions (don't know which one in particular). > in osgCal the method drawImplementation(osg::RenderInfo &renderInfo) > should be overwritten but per default it is the method > drawImplementation(osg::StateSet &state). > > fixed it and it compiles now. > > sorry for annoying the community :) > > cheers, > daniel > > Daniel Holz wrote: > > hi everybody, > > > > is there anybody who succeeded in compiling osgCal with osg 2.2 ? > > > > i have the following problem when compiling it in msvc8: > > > > 1> <edited>....\include\osgCal/SubMesh(50) : error C2259: > > 'osgCal::SubMesh' : cannot instantiate abstract class > > 1> due to following members: > > 1> 'void osg::Drawable::drawImplementation(osg::RenderInfo &) > > const' : is abstract > > 1> <edited>....\osg\include\osg/Drawable(425) : see declaration of > > 'osg::Drawable::drawImplementation' > > > > > > cheers, > > daniel > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

