<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>here is a probably&nbsp;basic problem 
:</FONT></DIV>
<DIV><FONT face=Arial size=2>I have some code using iostream 
includes</FONT></DIV>
<DIV><FONT face=Arial size=2>and std namespace.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>when I try to include a vtk .h file, iostream root 
classes</FONT></DIV>
<DIV><FONT face=Arial size=2>are in conflict (ambiguous symbol for ostream, 
istream, </FONT></DIV>
<DIV><FONT face=Arial size=2>etc. under VC++ 6.0)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i tried to use stdio and stdlib, but my code does 
not </FONT></DIV>
<DIV><FONT face=Arial size=2>compile with it&nbsp;(cerr and cout not defined) 
</FONT><FONT face=Arial size=2>(I wonder why, as </FONT></DIV>
<DIV><FONT face=Arial size=2>I compiled some other code with this includes and 
it </FONT></DIV>
<DIV><FONT face=Arial size=2>worked with cout and cerr).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance for your help.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Seb</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>