Hi Robert,

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

I just tried to rebuild the osg library (as a start) and I'm getting this:

1>..\..\..\src\osg\BufferObject.cpp(736) : error C2065: 'GL_ARRAY_BUFFER' : undeclared identifier

Perhaps we need to add that define to the top of the BufferObject header like GL_DYNAMIC_DRAW_ARB and others?

I have this in my glext.h (installed as part of the Platform SDK with Visual C++ 8):

#define GL_ARRAY_BUFFER                   0x8892

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