[vtkusers] Debugging vtkClasses - Windows developers please help me :=(
    Denis Shamonin 
    dshamoni at science.uva.nl
       
    Fri May 16 08:15:26 EDT 2003
    
    
  
KK wrote:
> Hi vtkUsers
> i'm using vtk4.2 and VisualC++6.0.Can anybody help me how to debug the 
> vtk Classes?I have dowloaded source and CMakeSetup to build the 
> project files but CMake is giving errors.I have already posted this 
> type of problem but i didn't get reply.
>  
> Thanks in advance.
> Krishna
Exampe:
vtkConeSource *cone = vtkConeSource::New();
 cone->PrintSelf(cout,0);
also try
 cone->DebugOn();
-- 
Denis Shamonin
    
    
More information about the vtkusers
mailing list