Thanks for the patience Aurelien, fix now merged and submitted to snv/trunk. Cheers, Robert.
On 12 October 2012 12:19, Aurelien Albert <[email protected]> wrote: > I get a compile error on Windows VS2008 wih new DAE plugin, here is a fix : > > > _document = _dae->openFromMemory(fileURI, buffer.data()); > > "data" method is unknow for std::vector with VS2008 > > I've replaced it with : > > _document = _dae->openFromMemory(fileURI, &buffer[0]); _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
