[osg-users] a limit of osg::ReaderWriter interface

2009-03-17 Thread lwren
Hi all, I notice that osg::ReaderWriter includes a series of interface like readNode(std::istream ,const Options*) which read data from stream buffer and has no file name passed in. There is a problem here when reading the file with a name like aa.ive.gz.curl. The curl plugin read file

[osg-users] need openvrml lib files(vs8.0)

2009-03-12 Thread lwren
Hi all, I need openvrml library files(.lib and .dll), but i failed to complie it on vs8.0 for lacking of boost. I'll be very grateful if anybody would kindly send me a copy of these library file complied on vs8.0. Thanks so much.___ osg-users

[osg-users] Bugs in plugin-gz

2009-02-28 Thread lwren
Hi guys, i found tow bugs in plugin-gz in osg2.8. 1. ln174 in ReaderWriterGZ.cpp std::ifstream fin(fileName.c_str()); // error code std::ifstream fin(fileName.c_str(), std::ios_base::in|std::ios_base::binary);// should be opend as binary 2. ln260 in ReaderWriterGZ.cpp