Hi Renliwei
Yes bugs can be reported to this list, If you're also providing a fix for a bug you have come across then see this page http://www.openscenegraph.org/projects/osg/wiki/MailingLists/SubmissionsProt ocol It contains the instructions on the correct way to submit the fix or enhancement. ____________________________________________________________________________ __ Gordon Tomlinson <mailto:[email protected]> [email protected] IM: <mailto:[email protected]> [email protected] <http://www.vis-sim.com/> www.vis-sim.com <http://www.gordontomlinson.com/> www.gordontomlinson.com ____________________________________________________________________________ __ From: [email protected] [mailto:[email protected]] On Behalf Of lwren Sent: Saturday, February 28, 2009 7:39 AM To: [email protected] Subject: [osg-users] Bugs in plugin-gz 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 strm.avail_in = fin.readsome((char*)in, CHUNK); It can't work as expected on ms's implementation.( <http://support.microsoft.com/kb/246934/en-us> http://support.microsoft.com/kb/246934/en-us) You can take "read" for replace. Should i report bugs this way? And any question please me know. with regards, renliwei
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

