<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi everybody..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here is the situation...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Im working with vtk42 and Visual Studio .Net
2003.</FONT></DIV>
<DIV><FONT face=Arial size=2>I create a console application in c++, and in the
main method i added this...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#0000ff size=2>
<P>#include</FONT><FONT size=2> "stdafx.h"</FONT></P>
<P><STRONG><U><EM><FONT color=#0000ff size=2>#include</FONT><FONT size=2>
"vtkCubeSource.h"</P></FONT></EM></U></STRONG><FONT color=#0000ff size=2>
<P>#using</FONT><FONT size=2> <mscorlib.dll></P></FONT><FONT color=#0000ff
size=2>
<P>using</FONT><FONT size=2> </FONT><FONT color=#0000ff
size=2>namespace</FONT><FONT size=2> System;</P></FONT><FONT color=#0000ff
size=2>
<P>int</FONT><FONT size=2> _tmain()</P>
<P>{</P></FONT><FONT size=2>
<P>Console::WriteLine(S"Hola a todos");</P>
<P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> 0;</P>
<P>}</P>
<P><FONT face=Arial>You can see that the only link to vtk is the
<STRONG>#include</STRONG></FONT></P>
<P><FONT face=Arial>But, when i compile the proyect i get this message
error:</FONT></P>
<P><FONT face=Arial><STRONG>c:\vtk42\include\vtk\vtkIOStream.h(61): fatal error
C1083: No se puede abrir el archivo incluir: 'iostream.h': No such file or
directory</STRONG></FONT></P>
<P><FONT face=Arial>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"...</FONT></P><FONT face=Arial></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial>Does anybody else had this problem ? Any
solution ?</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial>The include, and lib dir are all in the
proper directories option in the proyect option, as well as the vtkCommon.lib...
etc in the linker option...</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial>THanxs to all in advance.</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT face=Arial>Martin Leonardo Larrea</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>Universidad Nacional Del Sur</FONT></DIV>
<DIV><FONT face=Arial size=2>Bahia Blanca, Buenos Aires, Argentina.</FONT></DIV>
<P><FONT size=2><BR><FONT face=Arial></FONT></FONT></P></BODY></HTML>