<br><font size=2 face="sans-serif">Platform WinXP - VC6 - VTK4 CVS 1/27/2003</font>
<br>
<br><font size=2 face="sans-serif">The compiler was complaining about &nbsp;what I concluded was a missing &nbsp; #include &quot;vtkPointData.h&quot; in vtkVolumeProVG500Mapper.cxx. When I added this the class then compiled but the linker gave a whole slew of errors...some listed below. They seemed related to the vli library, so I checked in cmake that the paths were still right and all was okay. I just switched to cmake 1.6.0 today (is it my imagination or is this version quite a bit faster than previous??) if that makes any difference. I didn't do a clean build however, should I have when switching cmake versions??? &nbsp;Appreciate any help....john</font>
<br>
<br><font size=2 face="sans-serif">Linking...</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;Creating library P:\AnastDev\vtk40\VTKbin\bin\Release/vtkRendering.lib and object P:\AnastDev\vtk40\VTKbin\bin\Release/vtkRendering.exp</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector3D::Z(void)&quot; (__imp_?Z@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector3D::Y(void)&quot; (__imp_?Y@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector3D::X(void)&quot; (__imp_?X@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector2D::X(void)&quot; (__imp_?X@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector2D::X(void)&quot; (__imp_?X@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector2D::Y(void)&quot; (__imp_?Y@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: double &amp; __thiscall VLIVector2D::Y(void)&quot; (__imp_?Y@VLIVector2D@@QAEAANXZ)</font>
<br>
<br><font size=2 face="sans-serif">etc...83 errors total</font>