Try to find where the variables filter & resampler are defined...<div>As far as I remember. in VS if you right-click on a variable you can select "go to declaration" or "go to definition" 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"><<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>></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 <<a href="mailto:tim.bhatnagar@gmail.com">tim.bhatnagar@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I'm starting to use ITK for the first time and I am also a relatively new<br>
> c++ programmer. I received a collection of files from a previous student and<br>
> I simply want to run that set of code, as is, with the input data that I<br>
> have generated. However, at this point, I am still debugging the code (I<br>
> don't know if the code ran fine for the previous user, but it's not working<br>
> for me).<br>
><br>
> Long story short: I'm using Visual Studio 2008 PE, I've installed and built<br>
> ITK and the project files that I received from my predecessor. I am trying<br>
> to run the executable I generated and I get errors in a code routine in my<br>
> set, of the following nature:<br>
><br>
> Error 5 error C2065: 'filter' : undeclared identifier<br>
> Error 7 error C2065: 'resampler' : undeclared identifier<br>
><br>
> Now, my thinking is that I just need to include another library to make sure<br>
> these commands are covered... but which one? Am I on the right track?<br>
><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>