<br><br><div class="gmail_quote">On Wed, Nov 26, 2008 at 10:25 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Matt,<br>
<br>
1) You are missing a } to close the namespace in itkHammingWindowImageFilter.txx<br>
2) You should #include &lt;string&gt; in the main program<br>
3) When you reference stl string use std::string.<br>
4) In itkHammingWIndowImageFIlter.txx, this-&gt;m_Window is not a pointer so the<br>
this-&gt;m_Window-&gt;SetSize(window_size) should be<br>
this-&gt;m_Window.SetSize(window_size) .<br>
<br>
Bill<br>
<div><div></div><div class="Wj3C7c"><br>
<br></div></div><br>
</blockquote></div>Huge thanks, Bill.&nbsp; And thanks for your great work on the project.<br>