<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hi,<br><br>I am not sure how mature WrapITK is at the moment, however, it seems that the authors were able to, at least, make it work. I have tried to compile WrapITK under windows xp 32-bit and visual studio 2005. I am writing the compilation porblems here, if the authors help to solve these, it could be a useful reference for other people trying to do the same compilation.<br><br>(1) The linker complains about the debug version of the python library. Python for windows is not shipped with the debug library, however, it can be downloaded somewhere from http://www.activestate.com .<br><br>(2) Compilation with the default cmake settings takes a long-long time generating over 3 Gb of binaries. Obviously, it will take a big-big memory to load all these libraries at run time. As ITK is continuously gworing, this will get worse and worse -- perhaps it is necessary to re-design the architecture of the wrapping mechanism.<br><br>(3) The compilation of finished with 122 warnings and 8 errors. the warnings are mainly C4804, possibly microsfot-related disasters, but safe to ignore. However, the errors are more concerning, I think this has been posted here before, but not resolved yet:<br><br>Error&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp;&nbsp; error C2248: 'itk::ReconstructionImageFilter&lt;TInputImage,TOutputImage,TCompare&gt;::EnlargeOutputRequestedRegion' : cannot access protected member declared in class 'itk::ReconstructionImageFilter&lt;TInputImage,TOutputImage,TCompare&gt;'&nbsp;&nbsp;&nbsp; e:\dev\itk\WrapITK-bin\Modules\Morphology\wrap_itkReconstructionByErosionImageFilterPython.cxx&nbsp;&nbsp;&nbsp; 2888&nbsp;&nbsp;&nbsp; <br><br>Error&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp; error C2248: 'itk::ReconstructionImageFilter&lt;TInputImage,TOutputImage,TCompare&gt;::EnlargeOutputRequestedRegion' : cannot access protected member declared in class 'itk::ReconstructionImageFilter&lt;TInputImage,TOutputImage,TCompare&gt;'&nbsp;&nbsp;&nbsp; e:\dev\itk\WrapITK-bin\Modules\Morphology\wrap_itkReconstructionByErosionImageFilterPython.cxx&nbsp;&nbsp;&nbsp; 6154&nbsp;&nbsp;&nbsp; <br><br><br>... and so on.<br></div><br /><hr />The next generation of MSN Hotmail has arrived -  <a href='http://www.newhotmail.co.uk' target='_new'>Windows Live Hotmail</a></body>
</html>