<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I used CMake to create projects and workspaces for 
VTK 5. In CMake I chose to use Build for = Visual Studio 6. After running CMake 
I loaded the VTK.dsw workspace in VC6 and then used Build to build all projects. 
All projects compile and link without problems, except vtkVolumeRendering 
project, which reports 39 errors. Most of the errors (C2653) are related to 
vtkEvent. Only one of these is pasted below</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>D:\VTK50\VolumeRendering\vtkVolumeTextureMapper3D.cxx(421) : error C2653: 
'vtkEvent' : is not a class or namespace 
name<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
D:\VTK50\VolumeRendering\vtkVolumeTextureMapper3D.cxx(1179) : see reference to 
function template instantiation 'void __cdecl 
vtkVolumeTextureMapper3DComputeGradients(double *,class vtkVolumeTextureMapper3D 
*,double [],unsigned char *,unsigne<BR>d char *,unsigned char *)' being 
compiled</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Other errors were related to 
VolumeMapperComputeGradientsStartEvent (I counted 3) and one of these is pasted 
below</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>D:\VTK50\VolumeRendering\vtkVolumeTextureMapper3D.cxx(421) : error C2065: 
'VolumeMapperComputeGradientsStartEvent' : undeclared 
identifier<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
D:\VTK50\VolumeRendering\vtkVolumeTextureMapper3D.cxx(1179) : see reference to 
function template instantiation 'void __cdecl 
vtkVolumeTextureMapper3DComputeGradients(double *,class vtkVolumeTextureMapper3D 
*,double [],unsigned char *,unsigne<BR>d char *,unsigned char *)' being 
compiled<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>What is wrong? Can somebody help me in getting rid 
of these errors?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Vidyadhar</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>