[vtkusers] Vtk42 and Visual Studio .Net 2003
Andrew Dolgert
ajd27 at cornell.edu
Fri May 28 16:39:27 EDT 2004
Try adding the following define to your compiler options:
VTK_USE_ANSI_STDLIB
It is the right choice for Visual Studio .NET 2003 but not older versions.
c:\vtk42\include\vtk\vtkIOStream.h(61): fatal error C1083: No se puede abrir
el archivo incluir: 'iostream.h': No such file or directory
Now, this happen because the vtkIoStream make reference to the iostream.h,
but in VS.NET there is no such files... only a "iostream", but without the
".h"...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040528/70c86f63/attachment.htm>
More information about the vtkusers
mailing list