hi,<br>
<br>
as you probably know, in MS Visual Studio 8 a bunch of CRT routines <br>
have been marked with a DEPRECATED keyword <br>
(for example strcpy, sprintf etc. see also <a href="http://msdn2.microsoft.com/library/wd3wzwts%28en-us,vs.80%29.aspx">http://msdn2.microsoft.com/library/wd3wzwts(en-us,vs.80).aspx</a>)<br>
and the compiler generates a zillion warnings when I compile VTK<br>
<br>
Could you please add in CmakeLists.txt<br>
<br>
ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE)<br>
<br>
 to disable these warnings by default when using the above compiler?<br>
<br>
thank you in advance<br>
<br>
yianis nikolaou<br>
<br>