[vtkusers] Does VTK could work with Visual C++.Net

Brad King brad.king at kitware.com
Wed Oct 27 06:49:41 EDT 2004


tao chen wrote:
> HI All,
>  I am new to VTK and I need help . I build a project as MFC exe, use 
> Visual C++.Net together with VTK.  The error is :
> c:\Program Files\vtk42\include\vtk\vtkIOStream.h(61) : fatal error 
> C1083: Cannot open include file:“iostream.h”: No such file or directory.
>     Request help in this regard,thanks in advance

It looks like you are using the pre-compiled binaries.  These were built
with Visual Studio 6 and therefore will not work with .NET.  You may
however download the source and built it with .NET yourself and then it
will work.

-Brad



More information about the vtkusers mailing list