Hi Pjotr, On 6 June 2014 09:21, Pjotr Svetachov <[email protected]> wrote: > I had to add OSG_EXPORT to osg::Callback and osg::StateSet::Callback to make > it compile with visual studio 2013. I did get a lot of warnings about the run > method being inherited via dominance from classes like > ClusterCullingCallback. But till now everything is working fine here.
Thanks for the testing. I've added the OSG_EXPORT to osg::Callback and osg::StateSet::Callback and checked this in to svn/trunk. Could you post the warnings you are getting, I'll have a bash at fixing these. Do you know if there is a gcc option might be able to get it generate a similar warning? For fixing the warning I wonder if something like adding using osg::Callback::run() would be sufficient. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

