[vtkusers] (no subject)

Alex zhang zjzhang at ee.cuhk.edu.hk
Mon Nov 19 12:33:13 EST 2001


Dear all:
   I want to use the slicer source in visual c++ under windows,
I don't know whether this will be proper to use the code in windows.
and when I compile the source, there are these kind of errors. 
I dont' know whether there is some confiliction of 3D slicer1.22 
with vtk3.2. and How I can solve this. Thank you very much. 

1#if (VTK_MAJOR_VERSION == 3 && VTK_MINOR_VERSION == 2)
//    this->InvokeEvent(vtkCommand::EndEvent,NULL);


2for (mtime=this->ExecuteTime, AorB = 0; AorB < 2; AorB++)
error C2039: 'ExecuteTime' : is not a member of 'vtkPolyBoolean'

 3     {
      if ( pd[AorB]->GetDataReleased() )
 {
 pd[AorB]->ForceUpdate();
 }
      }
 error C2039: 'ForceUpdate' : is not a member of 'vtkPolyData'

  4  if ( this->StartMethod )
error C2039: 'StartMethod' : is not a member of 'vtkPolyBoolean'


can anyone tell me why?


thank you very much.


regards,
zhang zhijun


More information about the vtkusers mailing list