<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; I'm having an error using ITK's vnl library in 64-bit. It's being called from within itkImageFileReader to read a raw data image, when I run my code it breaks in vnl_matrix.txx at line 368 with the error mesage <BR>
&nbsp;<BR>
Unhandled exception at 0x000000014038f51d in Texture.exe: 0xC0000005: Access violation reading location 0xffffffffffffffff.<BR>
&nbsp;<BR>
the portion of code looks like this<BR>
&nbsp;<BR><FONT color=#0000ff size=2><FONT color=#0000ff size=2><FONT color=#008000 size=2><FONT color=#008000 size=2>
//: Frees up the dynamic storage used by matrix.<BR>
// O(m*n).<BR></FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
template</FONT></FONT><FONT color=#000000 size=2>&lt;</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>class</FONT></FONT><FONT size=2><FONT color=#000000> T&gt;</FONT><BR></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
void</FONT></FONT><FONT size=2><FONT color=#000000> vnl_matrix&lt;T&gt;::destroy()</FONT><BR>
{<BR>
vnl_matrix_free_blah;<BR>
}<BR></FONT></FONT></FONT><FONT size=2>
&nbsp;<BR>
it stops on the second last line. I'm running the program on debug mode too if that helps. Has anyone experienced this before?<BR>
&nbsp;<BR>
-Dan<BR></FONT>                                               </body>
</html>