Any one had problems compiling newton examples.
I get the following:
Followed by around 300 errors.------ Build started: Project: Tutorial_01_GettingStarted, Configuration: Debug Win32 ------
Compiling...
RenderPrimitive.cpp
d:\SDK\Newton\samples\common\OpenGlUtil.h(23) : error C2146: syntax error : missing ';' before identifier 'g_cubeTexture'
d:\SDK\Newton\samples\common\OpenGlUtil.h(23) : error C2501: 'g_cubeTexture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\common\OpenGlUtil.h(24) : error C2146: syntax error : missing ';' before identifier 'g_ballTexture'
d:\SDK\Newton\samples\common\OpenGlUtil.h(24) : error C2501: 'g_ballTexture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\common\OpenGlUtil.h(25) : error C2146: syntax error : missing ';' before identifier 'g_floorTexture'
d:\SDK\Newton\samples\common\OpenGlUtil.h(25) : error C2501: 'g_floorTexture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\common\OpenGlUtil.h(26) : error C2146: syntax error : missing ';' before identifier 'g_buggyTexture'
d:\SDK\Newton\samples\common\OpenGlUtil.h(26) : error C2501: 'g_buggyTexture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\common\OpenGlUtil.h(27) : error C2146: syntax error : missing ';' before identifier 'g_tireTexture'
d:\SDK\Newton\samples\common\OpenGlUtil.h(27) : error C2501: 'g_tireTexture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\common\OpenGlUtil.h(41) : error C2061: syntax error : identifier 'GLuint'
d:\SDK\Newton\samples\toolBox\dGeometry.h(23) : error C2146: syntax error : missing ';' before identifier 'm_texture'
d:\SDK\Newton\samples\toolBox\dGeometry.h(23) : error C2501: 'dGeometrySegment::GLuint' : missing storage-class or type specifiers
d:\SDK\Newton\samples\toolBox\dGeometry.h(23) : error C2501: 'dGeometrySegment::m_texture' : missing storage-class or type specifiers
d:\SDK\Newton\samples\toolBox\dGeometry.h(26) : error C2143: syntax error : missing ';' before '*'
d:\SDK\Newton\samples\toolBox\dGeometry.h(26) : error C2501: 'dGeometrySegment::GLfloat' : missing storage-class or type specifiers
d:\SDK\Newton\samples\toolBox\dGeometry.h(26) : error C2501: 'dGeometrySegment::m_uv' : missing storage-class or type specifiers
d:\SDK\Newton\samples\toolBox\dGeometry.h(27) : error C2143: syntax error : missing ';' before '*'
d:\SDK\Newton\samples\toolBox\dGeometry.h(27) : error C2501: 'dGeometrySegment::GLfloat' : missing storage-class or type specifiers
d:\SDK\Newton\samples\toolBox\dGeometry.h(27) : error C2501: 'dGeometrySegment::m_vertex' : missing storage-class or type specifiers
I am using visuial studio 2003, I think the include and library paths are ok.
I am trying to compile the examples (unmodified) straight out the box.
I have tried the first 3 or 4 examples, and all similar problems, nothing compiles.
Thanks in advance

