<br>Hi Tom,<br><br>The ITK mailing list uses a maximum limit of 40Kb per<br>email message.<br><br>Your last two messages have passed that limit and for <br>that reason I have been truncating the older sections.<br>(including in this one).<br>
<br>That&#39;s how the &quot;first problem&quot; got lost.<br><br>Still... <br>You shouldn&#39;t have to copy Visual Studio DLLs around.<br>There is something wrong with your Visual Studio installation.<br><br>---<br><br>
The error in the vnl_matlab file will be related to the<br>settings on your vxl_config.h file.<br><br>Could you please take a look at that file (in your binary<br>directory) (the lines to look for, were described in my<br>
previous message).<br><br>and let us know what you find for the declaration of<br>vnl_int_32.<br><br><br>     Thanks<br><br><br>           Luis<br><br><br>--------------------------------------------------------------------<br>
<div class="gmail_quote">On Thu, Jun 18, 2009 at 10:16 AM, Thomas Hack <span dir="ltr">&lt;<a href="mailto:hack@bonn.edu">hack@bonn.edu</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;">
Hi Luis,

I mentioned it in my first post, which is still in correspondence in 
every messe we wrote since then.
here is the build log of my actual build try:

1&gt;------ Build started: Project: itkvnl, Configuration: Debug x64 ------
1&gt;Compiling...
1&gt;vnl_matlab_read.cxx
2&gt;------ Skipped Build: Project: RUN_TESTS, Configuration: Debug x64 ------
2&gt;Project not selected to build for this solution configuration
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(16) 
: error C2182: &#39;type&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(17) 
: error C2182: &#39;rows&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(18) 
: error C2182: &#39;cols&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(19) 
: error C2182: &#39;imag&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(20) 
: error C2182: &#39;namlen&#39; : illegal use of type &#39;void&#39;
1&gt;vnl_matlab_write.cxx
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(16) 
: error C2182: &#39;type&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(17) 
: error C2182: &#39;rows&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(18) 
: error C2182: &#39;cols&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(19) 
: error C2182: &#39;imag&#39; : illegal use of type &#39;void&#39;
1&gt;D:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl/vnl_matlab_header.h(20) 
: error C2182: &#39;namlen&#39; : illegal use of type &#39;void&#39;
1&gt;Generating Code...
1&gt;Build log was saved at 
&quot;file://d:\libs\ITK\x64\InsightToolkit-3.14.0\Utilities\vxl\core\vnl\itkvnl.dir\Debug\BuildLog.htm&quot;
1&gt;itkvnl - 10 error(s), 0 warning(s)
3&gt;------ Build started: Project: itkTestDriver, Configuration: Debug x64 
------
3&gt;Linking...
3&gt;LINK : fatal error LNK1104: cannot open file &#39;..\..\bin\Debug\itkvnl.lib&#39;
3&gt;Build log was saved at 
&quot;file://d:\libs\ITK\x64\InsightToolkit-3.14.0\Code\IO\itkTestDriver.dir\Debug\BuildLog.htm&quot;
3&gt;itkTestDriver - 1 error(s), 0 warning(s)
4&gt;------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
4&gt;Project not selected to build for this solution configuration
5&gt;------ Skipped Build: Project: PACKAGE, Configuration: Debug x64 ------
5&gt;Project not selected to build for this solution configuration
========== Build: 0 succeeded, 2 failed, 33 up-to-date, 3 skipped ==========



I think the problem is, that the vnl_matlab_header tries to use types in 
the struct which were set to void in the vxl_config.h at line 74 f.

Thank you,

Tom

</blockquote><div><br><br><br> </div></div><br>