Search found 2 matches

by chitresh4u
Wed, 2009-01-28, 10:50
Forum: DCMTK - General
Topic: Compilation error with vtk
Replies: 1
Views: 2505

I managed to compile the code without any errors. this and this post helped.

In short I commented out the "#define USE_STD_CXX_INCLUDES" line in include/config/cfwin32.h .
by chitresh4u
Mon, 2009-01-26, 14:55
Forum: DCMTK - General
Topic: Compilation error with vtk
Replies: 1
Views: 2505

Compilation error with vtk

Hi all, I wanted to use dcmtk to read the dicom file and use vtk for visualization. I am working in visual c++ 6.0 and I get following error when I add #include "vtkRenderer.h" in one of the sample codes provided in dcmtk source. I have compiled both dcmtk and vtk from source on visual c++...