<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi&nbsp;Luis<BR>
Thanks for ur reply.<BR>
<BR>I'm talking about an application which I'm trying to develop which is having fltk files too.<BR>
Platform is Windows, C++ and ITK version is 3.16.0<BR>
&nbsp;<BR>
When I'm excuting the exe file it is giving this error -<BR>
Unhandled exception at 0x0086a6fa in ITKProject.exe: 0xC0000005: Access violation reading location 0x00000008.<BR>
&nbsp;<BR>
Regards<BR>
Meena Trivedi<BR>
&nbsp;<BR>&gt; Date: Sun, 22 Nov 2009 12:44:40 -0500<BR>&gt; Subject: Re: [Insight-users] Problem in running the build<BR>&gt; From: luis.ibanez@kitware.com<BR>&gt; To: meenatrivedi@hotmail.com<BR>&gt; CC: insight-users@itk.org<BR>&gt; <BR>&gt; Hi Meena,<BR>&gt; <BR>&gt; We will need more information...<BR>&gt; <BR>&gt; Are you talking about the "ImageViewer" application in<BR>&gt; InsightApplications ?<BR>&gt; <BR>&gt; or<BR>&gt; <BR>&gt; are you talking about an application that you are developing<BR>&gt; on your own ?<BR>&gt; <BR>&gt; <BR>&gt; Also,<BR>&gt; <BR>&gt; please report:<BR>&gt; <BR>&gt; 1) Platform (Linux/ Mac/ Windows)<BR>&gt; 2) Compiler<BR>&gt; 3) ITK version<BR>&gt; <BR>&gt; and the exact error message that you are getting.<BR>&gt; <BR>&gt; <BR>&gt; Thanks<BR>&gt; <BR>&gt; <BR>&gt; Luis<BR>&gt; <BR>&gt; <BR>&gt; ---------------------------------------<BR>&gt; On Sat, Nov 21, 2009 at 4:38 AM, Meena Trivedi &lt;meenatrivedi@hotmail.com&gt; wrote:<BR>&gt; &gt; I had successfully build ITK/VTK application which is including Fltk too,<BR>&gt; &gt; for creating image viewer but when I am running its executable file it is<BR>&gt; &gt; giving runtime error on these lines given hereunder – (its stucked on<BR>&gt; &gt; return)<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; size_type size() const<BR>&gt; &gt;<BR>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp; // return length of sequence<BR>&gt; &gt;<BR>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return (_Myfirst == 0 ? 0 : _Mylast - _Myfirst);<BR>&gt; &gt;<BR>&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Please let me know how can I resolve this so that I can run my application<BR>&gt; &gt; wihtou any error.<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Thanks in advance<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; Meena Trivedi<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Windows 7: Find the right PC for you. Learn more.<BR>&gt; &gt; _____________________________________<BR>&gt; &gt; Powered by www.kitware.com<BR>&gt; &gt;<BR>&gt; &gt; Visit other Kitware open-source projects at<BR>&gt; &gt; http://www.kitware.com/opensource/opensource.html<BR>&gt; &gt;<BR>&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<BR>&gt; &gt; http://www.kitware.com/products/protraining.html<BR>&gt; &gt;<BR>&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<BR>&gt; &gt; http://www.itk.org/Wiki/ITK_FAQ<BR>&gt; &gt;<BR>&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<BR>&gt; &gt;<BR>&gt; &gt;<BR>                                               <br /><hr />Windows 7: Find the right PC for you. <a href='http://windows.microsoft.com/shop' target='_new'>Learn more.</a></body>
</html>