[vtkusers] RE: Deprecated C++ headers
Brad King
brad.king at kitware.com
Fri Dec 31 17:33:44 EST 2004
Stuart Schaffner wrote:
> This may be slightly off-topic, but I am having similar problems with
> Microsoft Visual Studio .NET. The error messages are all of the form
>
>
>
> C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\useoldio.h(29)
> : warning C4995: '_OLD_IOSTREAMS_ARE_DEPRECATED': name was marked as
> #pragma deprecated
>
>
>
>
>
> This isn’t very informative, I know. If anybody has a suggestion about
> how to get more info, I will be glad to try.
Use CMakeSetup to set VTK_USE_ANSI_STDLIB to ON. This should have been
the default. What version of VTK are you using?
-Brad
More information about the vtkusers
mailing list