[Insight-users] ITK and iterators debugging in Visual Studio 8
Matei Stroila
matei.stroila at gmail.com
Wed Dec 27 16:19:36 EST 2006
Thank you very much.
I added -D_HAS_ITERATOR_DEBUGGING=0 in Insight\CMakeLists.txt :
IF(WIN32)
IF(NOT BORLAND)
IF(NOT CYGWIN)
IF(NOT MINGW)
ADD_DEFINITIONS(
-D_HAS_ITERATOR_DEBUGGING=0
)
ENDIF(NOT MINGW)
ENDIF(NOT CYGWIN)
ENDIF(NOT BORLAND)
ENDIF(WIN32)
Recompiled and my program runs fine in debug.
> Please log this issue as an entry in the bug tracker.
>
Sure, I will do it now.
Thanks,
Matei
More information about the Insight-users
mailing list