Try to find where the variables filter &amp; resampler are defined...<div>As far as I remember. in VS if you right-click on a variable you can select &quot;go to declaration&quot; or &quot;go to definition&quot; that should show to you the lines where a variable has been declarated/defined.</div>
<div><br></div><div>regards</div><div><br><div class="gmail_quote">On Mon, Jun 14, 2010 at 8:54 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Mon, Jun 14, 2010 at 2:41 PM, Tim Bhatnagar &lt;<a href="mailto:tim.bhatnagar@gmail.com">tim.bhatnagar@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m starting to use ITK for the first time and I am also a relatively new<br>
&gt; c++ programmer. I received a collection of files from a previous student and<br>
&gt; I simply want to run that set of code, as is, with the input data that I<br>
&gt; have generated. However, at this point, I am still debugging the code (I<br>
&gt; don&#39;t know if the code ran fine for the previous user, but it&#39;s not working<br>
&gt; for me).<br>
&gt;<br>
&gt; Long story short: I&#39;m using Visual Studio 2008 PE, I&#39;ve installed and built<br>
&gt; ITK and the project files that I received from my predecessor. I am trying<br>
&gt; to run the executable I generated and I get errors in a code routine in my<br>
&gt; set, of the following nature:<br>
&gt;<br>
&gt; Error    5    error C2065: &#39;filter&#39; : undeclared identifier<br>
&gt; Error    7    error C2065: &#39;resampler&#39; : undeclared identifier<br>
&gt;<br>
&gt; Now, my thinking is that I just need to include another library to make sure<br>
&gt; these commands are covered... but which one? Am I on the right track?<br>
&gt;<br>
<br>
</div></div>No. filter and resampler would be variables that the other student<br>
created and not itk.<br>
<br>
John<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Sergio Vera<br><br> Alma IT Systems<br> C/ Vilana, 4B, 4º 1ª<br> 08022 Barcelona<br> T. (+34) 932 380 592<br> <a href="http://www.alma3d.com">www.alma3d.com</a><br>
</div>