I have 355 separate .dcm files, each 65 KB, that I try to write to a single .dcm file. The program runs fine for some time but suddenly I get the error:<br><br>....\itkimageseriesread.txx<br>Line: 370<br><br>Run-Time Check Failure #2 -  Stack around the variable &#39;sliceStartIndex&#39; was corrupted.<br>
<br>Any ideas on what this means, does the program not support that many .dcm files?<br><br><br><br><br>I am now trying to write <br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 2:47 PM, motes motes <span dir="ltr">&lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt;</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;">Thanks!<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 2:35 PM, Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com" target="_blank">mathieu.malaterre@gmail.com</a>&gt;</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;">
&#39;lo<br>
<div><br>
On Wed, Jun 10, 2009 at 2:33 PM, motes motes&lt;<a href="mailto:mort.motes@gmail.com" target="_blank">mort.motes@gmail.com</a>&gt; wrote:<br>
&gt; ok I am now trying to follow the example from the ItkSoftwareGuide.pdf page<br>
&gt; 330. I have made a new project using ITK 3.12.0 (just copied the HelloWorld<br>
&gt; example) and in the source file I have:<br>
</div><div>&gt;&gt;HelloWorld.obj : error LNK2019: unresolved external symbol &quot;public: static<br>
&gt;&gt; class itk::SmartPointer&lt;class itk::ImageIOBase&gt; __cdecl<br>
&gt;&gt; itk::ImageIOFactory::CreateImageIO(char const *,enum<br>
&gt;&gt; itk::ImageIOFactory::FileModeType)&quot;<br>
</div>&lt;...&gt;<br>
<div>&gt; ADD_EXECUTABLE(HelloWorld HelloWorld.cxx )<br>
&gt; TARGET_LINK_LIBRARIES(HelloWorld ITKCommon)<br>
<br>
</div>TARGET_LINK_LIBRARIES(HelloWorld ITKIO)<br>
<br>
2cts<br>
--<br>
<font color="#888888">Mathieu<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>