Thank you for the replies Steve and Stewart. Yes, your are right - I can use the CC version of VtkDotNet in a .NET project, but it does not contain the vtkControl for integrating vtk in a Windows.Forms container as far as I know! So, my idea was to use your version of VtkDotNet, and only recompile the vtkControl (managed c++) from VtkDotNet - and that is why i needed the libs for linking. It is a naive idea to cut corners, and it would be a better idea to update the version of Vtk in VtkDotNet and recompile it and the vtkControl.
I'm currently working on a project where the medical doctors and physicists can review image (volume) registration of a CT and Cone-beam CT acquired on the linac used for patient position verification before a radiotherapy treatment. As i said in my last post we are now programming in C# but it is crucial for me to integrate Vtk in the .NET applications, as you can not render 16bit grayscale image in GDI+.
Sorry all the text - here is my summary:
1) Does the CC VtkDotNet contain a vtkControl or similar?
2) Can I reuse the VtkRenderingSurface in ClearCanvas.ImageViewer.Tools.Volume.VTK in my Windows.Forms application?
3) What does it take to update the Vtk in VtkDotNet - if you modified the main CMakeLists.txt in VtkDotNet can you attach it?
4) Alternatives?
And last but not least thank you for your commitment to the open source in the field of medical image processing and DICOM. I realy admire your ability to create a clean and well designed system. Actually, I saw Norman Youngs presentation at ICCR in Amsterdam this year.