Hi again Jose
 

(test2) I get a very strange exception without doing anything? when I
try to get the method setText from osgText::Text type.



  in osgIntrospection, the type like "bool" "int" ... is define and reflected but the wchar_t is not reflected
  when the Type::getCompatibleMethod function is call, all method of this type are checked to find the good method
  and all parameter of there method are checked to find a compatible parameter type.

   but the osgText::Text::setText(const wchar_t* text) have a unreflected parameter type ... the wchar_t
   and a check_define() throw a exception ... :-)


i solve the probleme by reflect the wchar_t type
i test and submit to robert when it's work

David

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to