Dear all<br><br>    I have successfully installed the release and debug versions of ITK in a windows 7 machine. My itk version is 3.2 and visual studio is VC2005 64bit. In my project, my program can be compiled and run under the debug model. In the release model, I am able to compile it, but fail to run it. In order to understand this issue is caused by itk or my own program, I copied a sample example, RGBImage.cxx. However, I got the same issue as my own program. When I tried to debug the sample example under the release model, vc studio leads me to &quot;itkprocessobject.cxx&quot; and stops at the following code. <br>
<br>   /**<br>     * Keep track of the last time GenerateOutputInformation() was called<br>     */<br>    m_OutputInformationMTime.Modified();<br><br>  Can you give me any instructions to fix this issue? Thanks<br clear="all">
<br>-- <br>Sincerely<br>Jianfei Liu<br>