<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 what I concluded was a missing #include "vtkPointData.h" 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??? Appreciate any help....john</font>
<br>
<br><font size=2 face="sans-serif">Linking...</font>
<br><font size=2 face="sans-serif"> 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 "__declspec(dllimport) public: double & __thiscall VLIVector3D::Z(void)" (__imp_?Z@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector3D::Y(void)" (__imp_?Y@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector3D::X(void)" (__imp_?X@VLIVector3D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector2D::X(void)" (__imp_?X@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector2D::X(void)" (__imp_?X@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkOpenGLVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector2D::Y(void)" (__imp_?Y@VLIVector2D@@QAEAANXZ)</font>
<br><font size=2 face="sans-serif">vtkVolumeProVG500Mapper.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double & __thiscall VLIVector2D::Y(void)" (__imp_?Y@VLIVector2D@@QAEAANXZ)</font>
<br>
<br><font size=2 face="sans-serif">etc...83 errors total</font>