Hi Robert, I believe it is necessary to have a 3.0.1 release to fix some serious issues like the osgt infinite looping problem. And I'm presently trying to compile as many as possible plugins under Windows 7 and VS2010 to ensure them can build and work as expect. One problem I've found is the dcmtk plugin. I've got link errors as described in the following thread: http://lists.openscenegraph.org/htdig.cgi/osg-users-openscenegraph.org/2011-June/052155.html
I've done some search on google and can confirm this is a VisualStudio problem (only 2010), as shown in the link below: https://connect.microsoft.com/VisualStudio/feedback/details/562448/std-string-npos-lnk2001-when-inheriting-a-dll-class-from-std-string The osgDB::fstream (including ifstream and ofstream) classes which inherit from the stl stream causes the problem. As I'm not able to make Microsoft change their mind, I'd like to think out a solution on the OSG side to help VS2010 users work with dcmtk and avoid future potential issues. As these clases only add utf8 supports to stl streams, I wonder if the work could be done with a macro or simple function instead. Cheers, Wang Rui 2011/7/20 Robert Osfield <[email protected]>: > Hi All, > > I got back from my holidays last week but have kept my head down > catching up with submissions and chasing up some bug fixes, and > handling client work. My main focus through the rest of this month > and August will be client work, so I will generally be keeping a lower > profile than I did back in June when getting the 3.0.0 release out. > Since there have been a couple of issues that weren't resolved in the > 3.0.0 release, or arisen since I think it would be useful to get a > 3.0.1 release containing fixes out quite soon. Over the last week I > have already checked fixes into svn/trunk and the OSG-3.0 branch that > prepare the way for 3.0.1, and don't presently expect there will need > to be too many more changes before we can push a 3.0.1 release out. > Since I don't have much time available to make the another release, I > would be happy to for another developer to take the reins on the 3.0.1 > release, but am open to just keeping things pretty low key and just > asking for some community testing and then tag 3.0.1 before the end of > this month. > > Thoughts? Volunteers :-) > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

