我试过(hxr99.blogspot.nl/2013/03/qt-vtk-displaying-dicom-series-using.html)但是Qt抛出错误:error: LNK1104: cannot open file 'vtkgdcm.lib'
我在here为窗户做了一切。我检查了GDCM_USE_VTK和GDCM_BUILD_SHARED_LIBS,然后生成但是当我在VS 2008中打开项目时,没有项目vtkgdcm。
我该怎么办:
The project vtkgdcm uses VTK, thus at link stage, it links vtkgdcm-debug.dll against some vtk***.dll files. Unfortunately, it doesn't take the input debug version of that VTK dlls. You will have then to provide the good version of the VTK input dll files.
什么时候没有vtkgdcm项目?
这是在vs打开解决方案之后: #image
我在这里搞什么?我已经建立了VTK