Hello, Well due to much frustration I've gone into the source code and modified it so that osgDB::ofstream and osgDB::ifstream don't inherit from std::ifstream or std::ofstream. I've added functions so that it replicates how the class acted before.
I also had to change how osgDB::Output worked, because it inherited from osgDB::fstream as well. Once again I've added functions to replicate the previous behavior. I do realize the downside to this. The osgDB::ouput\fstream classes no longer have the polymorphic ability, i.e. use as a std::fstream object. If anyone else is having the same link problems as I am, please email me and I can give you the source code that works for me. Thanks, Braden Edmunds ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=54936#54936 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

