hi bill <br>I put std:cout<<"hello"<<std::endl; <br>i fixed the problem see below, ihad two copies (itk and my project) of the .h and .txx I had just to rename my files<br>thanks, <br>Elhadj<br> <br>
<br><div class="gmail_quote">
On Sun, May 9, 2010 at 6:31 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Did you put:<br>
std::<<"hello" <<std::endl;<br>
or<br>
std::cout<<"hello" <<std::endl;<br>
<div><div></div><div><br>
<br>
On Sun, May 9, 2010 at 7:27 AM, elhadj meljane <<a href="mailto:elhadj.meljane@gmail.com" target="_blank">elhadj.meljane@gmail.com</a>> wrote:<br>
> Hi all,<br>
> when i put a message with std::<<"hello" <<std::endl; in the cxx file it<br>
> works<br>
><br>
> but when i put this message in the .h or .txx I don't get the message in the<br>
> out. I'm beginner with itk, do I miss somthing, I put this message to track<br>
> a code.<br>
> Thanks,<br>
> Elhadj<br>
><br>
</div></div><div><div></div><div>> _____________________________________<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>
><br>
</div></div></blockquote></div><br>