Hi Robert,

I'm getting a linker error in the osgparametric example since my SVN update as of this morning:

45>osgparametric.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall osg::BufferObject::unbindBuffer(unsigned int)const " ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED])

Weird, I can see this in the BufferObject header:

        virtual void unbindBuffer(unsigned int contextID) const
        {
            Extensions* extensions = getExtensions(contextID,true);
            extensions->glBindBuffer(_target,0);
        }

Perhaps I need to do a rebuild... I'll try that. In the mean time, any other ideas?

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to