Hi again, i've a question regarding actions. for testing how it works, i put a simple action from the tutorial in my program, c&p from the tutorial. the action prints the name of the node to the screen, if a name was set. works perfect. but it was declared in my *cpp, not in the header. now i need access to the private method of the class, and i just tried to declared it in the header file, like a seen it in the tutorial.
and i always get this error: error C2664: 'osg::osgTypedFunctionFunctor1CPtrRef': Konvertierung des Parameters 1 von 'osg::Action::ResultE (osg::NodePtr &)' in 'osg::Action::ResultE (__cdecl *)(osg::NodePtr &)' nicht möglich in English basically, can't convert first parameter. someone an idea what i did wrong? best regards, robin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
