<font size="2">
<div><font color="#000000">Hi,</font></div>
<div><font color="#000000"></font> </div>
<div><font color="#000000"> I have been using vtk and everything is compiling well, execution too. But as soon as I use </font><font color="#000000">vtkPolyDataMapper in my code I get an unresolved external: </font></div>
<div> </div></font>
<div><br><br>vtkRendering.lib(vtkOpenGLTexture.obj) : error LNK2019: unresolved external symbol __imp__glDeleteTextures@8 referenced in function "public: virtual void __thiscall vtkOpenGLTexture::ReleaseGraphicsResources(class vtkWindow *)" (?ReleaseGraphicsResources@vtkOpenGLTexture@@UAEXPAVvtkWindow@@@Z)<br>
<br>vtkRendering.lib(vtkOpenGLImageActor.obj) : error LNK2001: unresolved external symbol __imp__glDeleteTextures@8<br><br>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001: unresolved external symbol __imp__glDeleteTextures@8<br>
<br>vtkRendering.lib(vtkOpenGLImageActor.obj) : error LNK2001: unresolved external symbol __imp__glDisable@4<br><br>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001: unresolved external symbol __imp__glDisable@4<br>
<br>vtkRendering.lib(vtkOpenGLRenderWindow.obj) : error LNK2001: unresolved external symbol <a href="mailto:__imp__glDisable@4">__imp__glDisable@4</a></div>
<div>etc...</div>
<div> </div>
<div> </div>
<div>Could anyone have an idea why this happens? All the directories are specified in the project settings, and vtkRendering.lib as well?!?</div>
<div> </div>
<div>Thanks for helping!!</div>
<div>Pascale</div>