[Insight-users] questions about installation of ITk

David Doria daviddoria at gmail.com
Wed Mar 2 07:46:36 EST 2011


On Wed, Mar 2, 2011 at 2:41 AM, michael ma <michael8446 at 126.com> wrote:

> Dear all,
>
> when i run helloworld, it should stay there and press anykey to stop,but my
> helloworld just flash and gone,
>
> does that mean i dont install itk successfully?
>
> what is wrong?
>
> thanks for any help.
>
> best regards,
>
> micheal
>
>
Are you running it from an IDE like Visual Studio? That is a typical default
behavior. I believe there is some setting that will keep the terminal open,
or you can "force" it by adding a

int a;
cin >> a;

to the end of the program.

You could also run the executable manually from a terminal to inspect the
output.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110302/3d0f9266/attachment.htm>


More information about the Insight-users mailing list