<div><br></div>Hi Tanmay,<div><br></div><div><br></div><div>All ITK examples are intended to be run from </div><div>the command line interface of the MS-DOS </div><div>window. You shouldn&#39;t run them from the GUI</div><div>
of the Visual Studio IDE.</div><div><br></div><div><br></div><div>Please open the MS-DOS window, cd to the </div><div>directory where the executables are, and type </div><div>their names from there.</div><div><br></div><div>
--</div><div><br></div><div>For study material, </div><div><br></div><div>Please look at the Tutorials</div><div><a href="http://www.itk.org/ITK/help/tutorials.html">http://www.itk.org/ITK/help/tutorials.html</a></div><div>
<br></div><div><br></div><div>and the ITK Software Guide</div><div><a href="http://www.itk.org/ItkSoftwareGuide.pdf">http://www.itk.org/ItkSoftwareGuide.pdf</a></div><div><br></div><div><br></div><div><br></div><div>      Regards,</div>
<div><br></div><div><br></div><div>               Luis<br><br></div><div><br></div><div>-------------------------------------------------------------------<br><div class="gmail_quote">On Mon, Jun 28, 2010 at 3:26 PM, Tanmay Nath <span dir="ltr">&lt;<a href="mailto:meet10may@gmail.com">meet10may@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;">Hi Luis,<br>
Once again I need your help in running ITK programs.I have successfull<br>
compiled ITK and now I am trying to run the .exe files in the<br>
library.But unfortunately as soon as I try to run those .exe files,the<br>
output in black screen pops up and closes in a flashi which i am not<br>
able to see.Kindly provide me the solution.Also recommend me some<br>
study material so that I can start its programming.<br>
<br>
Thanks.<br>
<br>
Regards,<br>
Tanmay Nath<br>
<div><div></div><div class="h5"><br>
On Fri, Jun 25, 2010 at 6:44 AM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Tanmay,<br>
&gt;<br>
&gt; Thanks for letting us know that you solved the problem.<br>
&gt;<br>
&gt;<br>
&gt;       Luis<br>
&gt;<br>
&gt; --------------------------------------<br>
&gt; On Thu, Jun 24, 2010 at 2:53 AM, Tanmay Nath &lt;<a href="mailto:meet10may@gmail.com">meet10may@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Luiz,<br>
&gt;&gt; Finally I was able to install the ITK.As you suggested,there was<br>
&gt;&gt; problem in my compiler.<br>
&gt;&gt;<br>
&gt;&gt; Thank You for helping me.<br>
&gt;&gt;<br>
&gt;&gt; regards,<br>
&gt;&gt; Tanmay Nath<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Jun 20, 2010 at 2:29 AM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi Tanmay,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks for posting the full error message.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; This seems to be related this email trail in the CMake list:<br>
&gt;&gt; &gt; <a href="http://www.cmake.org/pipermail/cmake/2010-March/035937.html" target="_blank">http://www.cmake.org/pipermail/cmake/2010-March/035937.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; and seems to be the result of a misconfiguration<br>
&gt;&gt; &gt; in your compiler.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; or a permissions issue:<br>
&gt;&gt; &gt; <a href="http://www.cmake.org/pipermail/cmake/2010-March/035936.html" target="_blank">http://www.cmake.org/pipermail/cmake/2010-March/035936.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; In either case,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; it doesn&#39;t seem to be an ITK problem in itself.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would suggest that you try first building a<br>
&gt;&gt; &gt; minimal CMake project with your current<br>
&gt;&gt; &gt; compiler.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Something like<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; CMakeLists.txt:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ADD_EXECUTABLE(HelloWorld HelloWorld.cxx)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; HelloWorld.cxx:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; #include &lt;iostream&gt;<br>
&gt;&gt; &gt; int main()<br>
&gt;&gt; &gt; {<br>
&gt;&gt; &gt;    std::cout &lt;&lt; &quot;HelloWorld&quot; &lt;&lt; std::endl;<br>
&gt;&gt; &gt;    return 1;<br>
&gt;&gt; &gt; }<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Configure this with CMake and see<br>
&gt;&gt; &gt; if you can build it with your compiler.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;     Regards,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;          Luis<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
Regards,<br>
<font color="#888888">Tanmay<br>
</font></blockquote></div><br></div>