Suppose I have a class MyClass "introspected" I also some kind of template class MyTemplace<class T>, which can be built with the type T=MyClass, BUT this construction is done nowhere in our base library... I guess if I try to generate wrappers, the type MyTemplate<MyClass> will not be defined (ie reflected). What is best way to solve this problem ?
And by the way, I noticed that (with the SVN version of the genwrapper at least) it is not possible to use the option "-p" to generate VisualStudio project files. The option simply doesn't appear anywhere in the source code in fact, it that normal ? Manu.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

