fbergmann / VTKViewer

Application for Displaying & Analyzing PVD / VTU / PVTU files
4 stars 0 forks source link

Error CS0246 namepace "Kitware" could not be found #1

Open fyh opened 9 years ago

fyh commented 9 years ago

hi, I encounter this when compiling your project with VS 2015,

CS0246 The type or namespace name 'Kitware' could not be found (are you missing a using directive or an assembly reference?) VTKViewer D:\VTKViewer-master\Controls\ControlVTK.cs 12

could you provide some information on this? Thanks!

fbergmann commented 9 years ago

Indeed one of the dependencies of the project ist the activiz control that you can still download for free from http://www.kitware.com/opensource/avdownload.php, I'll make sure to point this out in the readme.

all the best, Frank