Hi Sameer,<div>               I forgot to add that my experience was compiling the whole ITK with cmake and then using it to compile programs without it, building them with regular makefiles. This is already hard to do and maintain, so extracting a set of classes and compiling them alone, I think it will be almost impossible.</div>
<div>Best regards,</div><div>                  Juan</div><div><br><div class="gmail_quote">On Wed, May 18, 2011 at 8:37 AM, Dawood Masslawi <span dir="ltr">&lt;<a href="mailto:davoud_zzz@yahoo.com">davoud_zzz@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Hi Sameer,<div><br>
</div><div>In ITK there are dependencies and interdependencies between classes and libraries </div><div><br></div><div>which go deep into the ITK&#39;s hierarchy and this virtually makes it a nightmare to try to </div><div>
<br></div><div>use a single library without others and that is source of the errors you&#39;ve been getting.</div><div><br></div><div>As Dan and Juan suggested the best way to prevent severe headaches in ITK code </div><div>
<br></div><div>development &quot;:)&quot; is to use
 Cmake.</div><div><br></div><div>Regards,</div><div><br></div><font color="#888888"><div>Dawood</div></font><div class="im"><div><br></div><div><br></div><div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</div>
<div><br></div><div>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</div>
<div><br></div><div><br></div><div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium"><pre>Hi,

I tried downloading ITK and building all the libraries and it failed giving
various errors. I started googling the errors but eventually gave up as
there were too many. Since I really only need one class (maybe two), I was
wondering if I could copy and past the source files for that into the folder
I&#39;m using and then build it with MS Visual Studio?

The class I&#39;m talking about it is:

itkLineIterator

Besides adding #include &lt;itkLineIterator.h&gt; to the top of my code&#39;s file,
what else would I have to do? Any help is appreciated.

Thanks,

-- 
Sameer Zaheer
 University of Toronto</pre></span></div></div></td></tr></tbody></table><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>
<br></blockquote></div><br></div>