[Insight-users] Visual Studio 2005: _CRT_SECURE_NO_DEPRECATE

Bill Lorensen bill.lorensen at gmail.com
Thu Mar 13 11:53:02 EDT 2008


Paul,

Which ITK header is causing the problem? Utilities/vxl/vcl/vcl_compiler.h?

Bill

On Thu, Mar 13, 2008 at 7:20 AM, Paul Richards <paul.richards at gmail.com> wrote:
> Hi,
> The ITK header files try to set this macro, which is used to disable
> some of Microsoft's "secure" C Runtime stuff.
>
> The problem is that we already define this macro in our own project,
> and so we get a clash when the ITK header file tries to redefine it.
> Can the ITK header be changed to set this macro only if it hasn't
> already been set?
>
> --
> Paul Richards
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list