<div>Hi VTK users,</div>
<div> </div>
<div> I am relatively new with VTK, trying to install it and having problems with including the OpenGL file that will allow me to use the VTK viewer. I had the following error :<br><br>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\GL/gl.h(1152) : error C2144: syntax error : 'void' should be preceded by ';'<br>
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\GL/gl.h(1152) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br> <br>occuring on the following line:</div>
<div><br>WINGDIAPI void APIENTRY glAccum (GLenum op, GLfloat value);</div>
<div><br>of file: gl.h</div>
<div> </div>
<div>Does anyone have an idea what I am missing?</div>
<div> </div>
<div>Thanks in advance for the help!</div>
<div>Pascale</div>