[Insight-users] Visual Studio 2005: _CRT_SECURE_NO_DEPRECATE

Paul Richards paul.richards at gmail.com
Thu Mar 13 10:20:09 EDT 2008


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


More information about the Insight-users mailing list