Did you include the vtkVolumeRendering.lib?&nbsp; That is new in 5.0.<br><br>Sam<br><br><b><i>Runar Lyngset &lt;runarylv@stud.ntnu.no&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Does anyone have an example of Volume Rendering a dataset in VTK 5.0. If <br>so, I would very much like to see it since I'm having problems using the <br>ray-casting components which worked fine for me in previous VTK versions.<br><br>I get linking errors when i try to build the program using <br>vtkVolumeRayCastMapper and vtkVolumeRayCastCompositeFunction. I get <br>similar errors when using other volume rendering components such as <br>vtkVolumeTextureMapper.. Other VTK components work fine in my application.<br><br>Linking errors in Visual Studio 2005:<br><br>error LNK2019: unresolved external symbol "__declspec(dllimport) public: <br>static class vtkVolumeRayCastMapper * __cdecl
 <br>vtkVolumeRayCastMapper::New(void)" <br>(__imp_?New@vtkVolumeRayCastMapper@@SAPAV1@XZ) referenced in function <br>"public: virtual void __thiscall VMainView::fileOpen(void)" <br>(?fileOpen@VMainView@@UAEXXZ)<br>vmainview.obj : error LNK2019: unresolved external symbol <br>"__declspec(dllimport) public: static class <br>vtkVolumeRayCastCompositeFunction * __cdecl <br>vtkVolumeRayCastCompositeFunction::New(void)" <br>(__imp_?New@vtkVolumeRayCastCompositeFunction@@SAPAV1@XZ) referenced in <br>function "public: virtual void __thiscall VMainView::fileOpen(void)" <br>(?fileOpen@VMainView@@UAEXXZ)<br><br><br>_______________________________________________<br>This is the private VTK discussion list. <br>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br>Follow this link to subscribe/unsubscribe:<br>http://www.vtk.org/mailman/listinfo/vtkusers<br></blockquote><br>