<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'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"><<a href="mailto:meet10may@gmail.com">meet10may@gmail.com</a>></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 <<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>> wrote:<br>
><br>
> Hi Tanmay,<br>
><br>
> Thanks for letting us know that you solved the problem.<br>
><br>
><br>
> Luis<br>
><br>
> --------------------------------------<br>
> On Thu, Jun 24, 2010 at 2:53 AM, Tanmay Nath <<a href="mailto:meet10may@gmail.com">meet10may@gmail.com</a>> wrote:<br>
>><br>
>> Hi Luiz,<br>
>> Finally I was able to install the ITK.As you suggested,there was<br>
>> problem in my compiler.<br>
>><br>
>> Thank You for helping me.<br>
>><br>
>> regards,<br>
>> Tanmay Nath<br>
>><br>
>> On Sun, Jun 20, 2010 at 2:29 AM, Luis Ibanez <<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>><br>
>> wrote:<br>
>> ><br>
>> > Hi Tanmay,<br>
>> ><br>
>> > Thanks for posting the full error message.<br>
>> ><br>
>> > This seems to be related this email trail in the CMake list:<br>
>> > <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>
>> ><br>
>> > and seems to be the result of a misconfiguration<br>
>> > in your compiler.<br>
>> ><br>
>> > or a permissions issue:<br>
>> > <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>
>> ><br>
>> ><br>
>> > In either case,<br>
>> ><br>
>> > it doesn't seem to be an ITK problem in itself.<br>
>> ><br>
>> ><br>
>> > I would suggest that you try first building a<br>
>> > minimal CMake project with your current<br>
>> > compiler.<br>
>> ><br>
>> > Something like<br>
>> ><br>
>> > CMakeLists.txt:<br>
>> ><br>
>> > ADD_EXECUTABLE(HelloWorld HelloWorld.cxx)<br>
>> ><br>
>> ><br>
>> > HelloWorld.cxx:<br>
>> ><br>
>> > #include <iostream><br>
>> > int main()<br>
>> > {<br>
>> > std::cout << "HelloWorld" << std::endl;<br>
>> > return 1;<br>
>> > }<br>
>> ><br>
>> ><br>
>> > Configure this with CMake and see<br>
>> > if you can build it with your compiler.<br>
>> ><br>
>> ><br>
>> ><br>
>> > Regards,<br>
>> ><br>
>> ><br>
>> > Luis<br>
>> ><br>
>> ><br>
>> ><br>
><br>
><br>
<br>
<br>
<br>
</div></div>--<br>
Regards,<br>
<font color="#888888">Tanmay<br>
</font></blockquote></div><br></div>