<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Comic Sans MS";
        panose-1:3 15 7 2 3 3 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:612.1pt 792.1pt;
        margin:.4in .2in 7.1pt .5in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>Hello All,<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>I am calling ITK functions
from my Windows Control Library (.net) project which produces a COM DLL and
uses Managed Extensions. I only have two ITK code lines:<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>typedef itk::Image&lt; unsigned
short, 3 &gt; ImageType;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>ImageType::Pointer image =
ImageType::New();<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>I get &#8220;An unhandled
exception of type 'System.NullReferenceException' occurred in aktimporter.dll Additional
information: Object reference not set to an instance of an object.&#8221; If I
make VTK calls it works fine. My guess is this has something to do because of
templates. I am clueless so any pointers would be deeply appreciated.<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>Note: I manually added the
ITK setting for the project such as Additional Include Directories, Library
Directories, Dependencies, the /GR option to enable exceptions in C/C++ command
line options, the /MLd option for Multi-Threaded Debug DLL. I did not use CMake
because I did not want to loose the project options for my existing DLL
project. &nbsp;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>Thanks in advance,<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'>Abhishek <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Comic Sans MS"><span
style='font-size:10.0pt;font-family:"Comic Sans MS"'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>