<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Cory,<div><br></div><div>I didn't think the following statement was true, and least for all compiler we use to support:</div><div><br></div><div><div><div>On May 7, 2013, at 10:00 AM, Cory Quammen &lt;<a href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt; wrote:</div><blockquote type="cite"><br>__int64 in Visual Studio appears to really be a "long long", and there<br>are numeric traits for that type as well as "unsigned long long"<br></blockquote><div><br></div><div>A quick check of the VS 2012 MSDN documentation says[1]: :<span style="color: rgb(42, 42, 42); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; ">The&nbsp;</span><span style="color: rgb(42, 42, 42); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; "><span class="input" style="font-weight: 700; ">__int64</span></span><span style="color: rgb(42, 42, 42); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; ">&nbsp;type has no ANSI equivalent."</span></div><div><br></div><div><a href="http://msdn.microsoft.com/en-us/library/29dh1w7z.aspx">http://msdn.microsoft.com/en-us/library/29dh1w7z.aspx</a></div><div><br></div><div>In thinking about my VS build vs the others I may be the only one without 64-bit IDs enabled... So the error may... be related to that.</div><br><blockquote type="cite"><br>Bill Lorensen and I banged out heads on a similar error in this filter<br>that happened only on Windows for this type (I think it was this<br>type). It turned out that turning off optimization for this particular<br>test solved the problem on windows. This filter was recently moved to<br>the IntensityFilter module, but the CMakeLists.txt file there looks<br>like it is turning off optimization for this test, so I'm not sure<br>what is causing these errors.<br></blockquote><div><br></div><div>There is likely a real problem with the filter. And just disabling optimization likely hides it.</div><div><br></div><div>My quick look at it says there are likely some issues with 64-bit integers, being converted to doubles:</div><div><br></div><div><a href="https://github.com/Kitware/ITK/blob/master/Modules/Filtering/ImageIntensity/include/itkClampImageFilter.h#L95">https://github.com/Kitware/ITK/blob/master/Modules/Filtering/ImageIntensity/include/itkClampImageFilter.h#L95</a></div><div><br></div><div>Brad</div><br><blockquote type="cite"><br>Cory<br><br>On Tue, May 7, 2013 at 9:40 AM, Bradley Lowekamp &lt;<a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a>&gt; wrote:<br><blockquote type="cite">Hello all,<br><br>I just wanted to point out that the persistent ClampImageFilterTest on the dashboard:<br><br><a href="http://open.cdash.org/testSummary.php?project=2&amp;name=itkClampImageFilterTest&amp;date=2013-05-04">http://open.cdash.org/testSummary.php?project=2&amp;name=itkClampImageFilterTest&amp;date=2013-05-04</a><br><br>http://open.cdash.org/testDetails.php?test=187338359&amp;build=2895241<br><br><br>Seems related to the unsigned __int64 type.<br><br>http://open.cdash.org/testDetails.php?test=187338359&amp;build=2895241<br><br><br>It seems to be just failing on my windows machines. I have not followed the changes to this filter to know what might be the issue.<br><br>I thought we removed the __int64 pixel type from being supported in images? I don't think we have NumbericTraits for it any more.<br><br>Thanks,<br>Brad<br>_______________________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at<br>http://www.kitware.com/opensource/opensource.html<br><br>Kitware offers ITK Training Courses, for more information visit:<br>http://kitware.com/products/protraining.php<br><br>Please keep messages on-topic and check the ITK FAQ at:<br>http://www.itk.org/Wiki/ITK_FAQ<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-developers<br></blockquote><br><br><br>-- <br>Cory Quammen<br>Research Associate<br>Department of Computer Science<br>The University of North Carolina at Chapel Hill<br></blockquote></div><br></div></body></html>