[vtkusers] pb with cerr and cout while including vtk .h

sebastien MARAUX maraux at ondim.fr
Mon Dec 9 11:26:48 EST 2002


Hello,

here is a probably basic problem :
I have some code using iostream includes
and std namespace.

when I try to include a vtk .h file, iostream root classes
are in conflict (ambiguous symbol for ostream, istream, 
etc. under VC++ 6.0)

i tried to use stdio and stdlib, but my code does not 
compile with it (cerr and cout not defined) (I wonder why, as 
I compiled some other code with this includes and it 
worked with cout and cerr).

Thanks in advance for your help.

Seb

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021209/209ec090/attachment.htm>


More information about the vtkusers mailing list